Class: Aws::ElasticsearchService::Types::ChangeProgressDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::ChangeProgressDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
Specifies change details of the domain configuration change.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#change_id ⇒ String
The unique change identifier associated with a specific domain configuration change.
-
#message ⇒ String
Contains an optional message associated with the domain configuration change.
Instance Attribute Details
#change_id ⇒ String
The unique change identifier associated with a specific domain configuration change.
585 586 587 588 589 590 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 585 class ChangeProgressDetails < Struct.new( :change_id, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
Contains an optional message associated with the domain configuration change.
585 586 587 588 589 590 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 585 class ChangeProgressDetails < Struct.new( :change_id, :message) SENSITIVE = [] include Aws::Structure end |