Class: Aws::OpenSearchService::Types::DescribeDomainChangeProgressResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#change_progress_statusTypes::ChangeProgressStatusDetails

Container for information about the stages of a configuration change happening on a domain.



1919
1920
1921
1922
1923
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1919

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