Class: Aws::OpenSearchService::Types::DescribeDomainChangeProgressResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::DescribeDomainChangeProgressResponse
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
The result of a DescribeDomainChangeProgress
request. Contains
progress information for the requested domain change.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#change_progress_status ⇒ Types::ChangeProgressStatusDetails
Container for information about the stages of a configuration change happening on a domain.
Instance Attribute Details
#change_progress_status ⇒ Types::ChangeProgressStatusDetails
Container for information about the stages of a configuration change happening on a domain.
2366 2367 2368 2369 2370 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2366 class DescribeDomainChangeProgressResponse < Struct.new( :change_progress_status) SENSITIVE = [] include Aws::Structure end |