Class: Aws::OpenSearchService::Types::ChangeProgressStatusDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::ChangeProgressStatusDetails
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/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 in the domain configuration change that have completed.
-
#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 status of the configuration change was updated.
-
#pending_properties ⇒ Array<String>
The list of properties in the domain configuration change that are still 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.
1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1220 class ChangeProgressStatusDetails < Struct.new( :change_id, :start_time, :status, :pending_properties, :completed_properties, :total_number_of_stages, :change_progress_stages, :last_updated_time, :config_change_status, :initiated_by) 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.
1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1220 class ChangeProgressStatusDetails < Struct.new( :change_id, :start_time, :status, :pending_properties, :completed_properties, :total_number_of_stages, :change_progress_stages, :last_updated_time, :config_change_status, :initiated_by) SENSITIVE = [] include Aws::Structure end |
#completed_properties ⇒ Array<String>
The list of properties in the domain configuration change that have completed.
1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1220 class ChangeProgressStatusDetails < Struct.new( :change_id, :start_time, :status, :pending_properties, :completed_properties, :total_number_of_stages, :change_progress_stages, :last_updated_time, :config_change_status, :initiated_by) SENSITIVE = [] include Aws::Structure end |
#config_change_status ⇒ String
The current status of the configuration change.
1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1220 class ChangeProgressStatusDetails < Struct.new( :change_id, :start_time, :status, :pending_properties, :completed_properties, :total_number_of_stages, :change_progress_stages, :last_updated_time, :config_change_status, :initiated_by) SENSITIVE = [] include Aws::Structure end |
#initiated_by ⇒ String
The IAM principal who initiated the configuration change.
1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1220 class ChangeProgressStatusDetails < Struct.new( :change_id, :start_time, :status, :pending_properties, :completed_properties, :total_number_of_stages, :change_progress_stages, :last_updated_time, :config_change_status, :initiated_by) SENSITIVE = [] include Aws::Structure end |
#last_updated_time ⇒ Time
The last time that the status of the configuration change was updated.
1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1220 class ChangeProgressStatusDetails < Struct.new( :change_id, :start_time, :status, :pending_properties, :completed_properties, :total_number_of_stages, :change_progress_stages, :last_updated_time, :config_change_status, :initiated_by) SENSITIVE = [] include Aws::Structure end |
#pending_properties ⇒ Array<String>
The list of properties in the domain configuration change that are still pending.
1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1220 class ChangeProgressStatusDetails < Struct.new( :change_id, :start_time, :status, :pending_properties, :completed_properties, :total_number_of_stages, :change_progress_stages, :last_updated_time, :config_change_status, :initiated_by) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The time at which the configuration change is made on the domain.
1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1220 class ChangeProgressStatusDetails < Struct.new( :change_id, :start_time, :status, :pending_properties, :completed_properties, :total_number_of_stages, :change_progress_stages, :last_updated_time, :config_change_status, :initiated_by) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The overall status of the domain configuration change.
1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1220 class ChangeProgressStatusDetails < Struct.new( :change_id, :start_time, :status, :pending_properties, :completed_properties, :total_number_of_stages, :change_progress_stages, :last_updated_time, :config_change_status, :initiated_by) SENSITIVE = [] include Aws::Structure end |
#total_number_of_stages ⇒ Integer
The total number of stages required for the configuration change.
1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1220 class ChangeProgressStatusDetails < Struct.new( :change_id, :start_time, :status, :pending_properties, :completed_properties, :total_number_of_stages, :change_progress_stages, :last_updated_time, :config_change_status, :initiated_by) SENSITIVE = [] include Aws::Structure end |