Class: Aws::OpenSearchService::Types::DescribeDomainChangeProgressResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::DescribeDomainChangeProgressResponse
- Includes:
- Structure
- Defined in:
- 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.
2288 2289 2290 2291 2292 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2288 class DescribeDomainChangeProgressResponse < Struct.new( :change_progress_status) SENSITIVE = [] include Aws::Structure end |