Class: Aws::Types::ChangeProgressStatusDetails
- Inherits:
-
Object
- Object
- Aws::Types::ChangeProgressStatusDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#change_id ⇒ ::String
Returns the value of attribute change_id.
-
#change_progress_stages ⇒ ::Array[Types::ChangeProgressStage]
Returns the value of attribute change_progress_stages.
-
#completed_properties ⇒ ::Array[::String]
Returns the value of attribute completed_properties.
-
#config_change_status ⇒ "Pending", ...
Returns the value of attribute config_change_status.
-
#initiated_by ⇒ "CUSTOMER", "SERVICE"
Returns the value of attribute initiated_by.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#pending_properties ⇒ ::Array[::String]
Returns the value of attribute pending_properties.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#total_number_of_stages ⇒ ::Integer
Returns the value of attribute total_number_of_stages.
Instance Attribute Details
#change_id ⇒ ::String
Returns the value of attribute change_id.
393 394 395 |
# File 'sig/types.rbs', line 393 def change_id @change_id end |
#change_progress_stages ⇒ ::Array[Types::ChangeProgressStage]
Returns the value of attribute change_progress_stages.
399 400 401 |
# File 'sig/types.rbs', line 399 def change_progress_stages @change_progress_stages end |
#completed_properties ⇒ ::Array[::String]
Returns the value of attribute completed_properties.
397 398 399 |
# File 'sig/types.rbs', line 397 def completed_properties @completed_properties end |
#config_change_status ⇒ "Pending", ...
Returns the value of attribute config_change_status.
401 402 403 |
# File 'sig/types.rbs', line 401 def config_change_status @config_change_status end |
#initiated_by ⇒ "CUSTOMER", "SERVICE"
Returns the value of attribute initiated_by.
402 403 404 |
# File 'sig/types.rbs', line 402 def initiated_by @initiated_by end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
400 401 402 |
# File 'sig/types.rbs', line 400 def last_updated_time @last_updated_time end |
#pending_properties ⇒ ::Array[::String]
Returns the value of attribute pending_properties.
396 397 398 |
# File 'sig/types.rbs', line 396 def pending_properties @pending_properties end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
394 395 396 |
# File 'sig/types.rbs', line 394 def start_time @start_time end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
395 396 397 |
# File 'sig/types.rbs', line 395 def status @status end |
#total_number_of_stages ⇒ ::Integer
Returns the value of attribute total_number_of_stages.
398 399 400 |
# File 'sig/types.rbs', line 398 def total_number_of_stages @total_number_of_stages end |