Class: Aws::ElasticsearchService::Types::ChangeProgressStatusDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::ChangeProgressStatusDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
The progress details of a specific 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.
-
#change_progress_stages ⇒ Array<Types::ChangeProgressStage>
The specific stages that the domain is going through to perform the configuration change.
-
#completed_properties ⇒ Array<String>
The list of properties involved in the domain configuration change that are completed.
-
#pending_properties ⇒ Array<String>
The list of properties involved in the domain configuration change that are still in pending.
-
#start_time ⇒ Time
The time at which the configuration change is made on the domain.
-
#status ⇒ String
The overall status of the domain configuration change.
-
#total_number_of_stages ⇒ Integer
The total number of stages required for the configuration change.
Instance Attribute Details
#change_id ⇒ String
The unique change identifier associated with a specific domain configuration change.
655 656 657 658 659 660 661 662 663 664 665 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 655 class ChangeProgressStatusDetails < Struct.new( :change_id, :start_time, :status, :pending_properties, :completed_properties, :total_number_of_stages, :change_progress_stages) SENSITIVE = [] include Aws::Structure end |
#change_progress_stages ⇒ Array<Types::ChangeProgressStage>
The specific stages that the domain is going through to perform the configuration change.
655 656 657 658 659 660 661 662 663 664 665 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 655 class ChangeProgressStatusDetails < Struct.new( :change_id, :start_time, :status, :pending_properties, :completed_properties, :total_number_of_stages, :change_progress_stages) SENSITIVE = [] include Aws::Structure end |
#completed_properties ⇒ Array<String>
The list of properties involved in the domain configuration change that are completed.
655 656 657 658 659 660 661 662 663 664 665 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 655 class ChangeProgressStatusDetails < Struct.new( :change_id, :start_time, :status, :pending_properties, :completed_properties, :total_number_of_stages, :change_progress_stages) SENSITIVE = [] include Aws::Structure end |
#pending_properties ⇒ Array<String>
The list of properties involved in the domain configuration change that are still in pending.
655 656 657 658 659 660 661 662 663 664 665 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 655 class ChangeProgressStatusDetails < Struct.new( :change_id, :start_time, :status, :pending_properties, :completed_properties, :total_number_of_stages, :change_progress_stages) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The time at which the configuration change is made on the domain.
655 656 657 658 659 660 661 662 663 664 665 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 655 class ChangeProgressStatusDetails < Struct.new( :change_id, :start_time, :status, :pending_properties, :completed_properties, :total_number_of_stages, :change_progress_stages) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The overall status of the domain configuration change. This field can take the following values: ‘PENDING`, `PROCESSING`, `COMPLETED` and `FAILED`
655 656 657 658 659 660 661 662 663 664 665 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 655 class ChangeProgressStatusDetails < Struct.new( :change_id, :start_time, :status, :pending_properties, :completed_properties, :total_number_of_stages, :change_progress_stages) SENSITIVE = [] include Aws::Structure end |
#total_number_of_stages ⇒ Integer
The total number of stages required for the configuration change.
655 656 657 658 659 660 661 662 663 664 665 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 655 class ChangeProgressStatusDetails < Struct.new( :change_id, :start_time, :status, :pending_properties, :completed_properties, :total_number_of_stages, :change_progress_stages) SENSITIVE = [] include Aws::Structure end |