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.
-
#config_change_status ⇒ String
The current status of the configuration change.
-
#initiated_by ⇒ String
The IAM principal who initiated the configuration change.
-
#last_updated_time ⇒ Time
The last time that the configuration change was updated.
-
#message ⇒ String
Contains an optional message associated with the domain configuration change.
-
#start_time ⇒ Time
The time that the configuration change was initiated, in Universal Coordinated Time (UTC).
Instance Attribute Details
#change_id ⇒ String
The unique change identifier associated with a specific domain configuration change.
669 670 671 672 673 674 675 676 677 678 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 669 class ChangeProgressDetails < Struct.new( :change_id, :message, :config_change_status, :start_time, :last_updated_time, :initiated_by) SENSITIVE = [] include Aws::Structure end |
#config_change_status ⇒ String
The current status of the configuration change.
669 670 671 672 673 674 675 676 677 678 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 669 class ChangeProgressDetails < Struct.new( :change_id, :message, :config_change_status, :start_time, :last_updated_time, :initiated_by) SENSITIVE = [] include Aws::Structure end |
#initiated_by ⇒ String
The IAM principal who initiated the configuration change.
669 670 671 672 673 674 675 676 677 678 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 669 class ChangeProgressDetails < Struct.new( :change_id, :message, :config_change_status, :start_time, :last_updated_time, :initiated_by) SENSITIVE = [] include Aws::Structure end |
#last_updated_time ⇒ Time
The last time that the configuration change was updated.
669 670 671 672 673 674 675 676 677 678 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 669 class ChangeProgressDetails < Struct.new( :change_id, :message, :config_change_status, :start_time, :last_updated_time, :initiated_by) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
Contains an optional message associated with the domain configuration change.
669 670 671 672 673 674 675 676 677 678 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 669 class ChangeProgressDetails < Struct.new( :change_id, :message, :config_change_status, :start_time, :last_updated_time, :initiated_by) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The time that the configuration change was initiated, in Universal Coordinated Time (UTC).
669 670 671 672 673 674 675 676 677 678 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 669 class ChangeProgressDetails < Struct.new( :change_id, :message, :config_change_status, :start_time, :last_updated_time, :initiated_by) SENSITIVE = [] include Aws::Structure end |