Class: Aws::OpenSearchService::Types::ChangeProgressDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::ChangeProgressDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Container for information about a configuration change happening on a domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#change_id ⇒ String
The ID of the configuration change.
-
#message ⇒ String
A message corresponding to the status of the configuration change.
Instance Attribute Details
#change_id ⇒ String
The ID of the configuration change.
767 768 769 770 771 772 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 767 class ChangeProgressDetails < Struct.new( :change_id, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A message corresponding to the status of the configuration change.
767 768 769 770 771 772 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 767 class ChangeProgressDetails < Struct.new( :change_id, :message) SENSITIVE = [] include Aws::Structure end |