Class: Aws::ElasticsearchService::Types::DescribeDomainChangeProgressResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::DescribeDomainChangeProgressResponse
- Defined in:
- gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb
Overview
The result of a DescribeDomainChangeProgress
request. Contains the
progress information of the requested domain change.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#change_progress_status ⇒ Types::ChangeProgressStatusDetails
Progress information for the configuration change that is requested in the
DescribeDomainChangeProgress
request.
Instance Attribute Details
#change_progress_status ⇒ Types::ChangeProgressStatusDetails
Progress information for the configuration change that is requested
in the DescribeDomainChangeProgress
request.
1353 1354 1355 1356 1357 |
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 1353 class DescribeDomainChangeProgressResponse < Struct.new( :change_progress_status) SENSITIVE = [] include Aws::Structure end |