Class: Aws::ElasticsearchService::Types::DescribeDomainChangeProgressResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#change_progress_statusTypes::ChangeProgressStatusDetails

Progress information for the configuration change that is requested in the ‘DescribeDomainChangeProgress` request.



1353
1354
1355
1356
1357
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1353

class DescribeDomainChangeProgressResponse < Struct.new(
  :change_progress_status)
  SENSITIVE = []
  include Aws::Structure
end