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.
228 229 230 |
# File 'sig/types.rbs', line 228 def change_id @change_id end |
#change_progress_stages ⇒ ::Array[Types::ChangeProgressStage]
Returns the value of attribute change_progress_stages.
234 235 236 |
# File 'sig/types.rbs', line 234 def change_progress_stages @change_progress_stages end |
#completed_properties ⇒ ::Array[::String]
Returns the value of attribute completed_properties.
232 233 234 |
# File 'sig/types.rbs', line 232 def completed_properties @completed_properties end |
#config_change_status ⇒ "Pending", ...
Returns the value of attribute config_change_status.
235 236 237 |
# File 'sig/types.rbs', line 235 def config_change_status @config_change_status end |
#initiated_by ⇒ "CUSTOMER", "SERVICE"
Returns the value of attribute initiated_by.
237 238 239 |
# File 'sig/types.rbs', line 237 def initiated_by @initiated_by end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
236 237 238 |
# File 'sig/types.rbs', line 236 def last_updated_time @last_updated_time end |
#pending_properties ⇒ ::Array[::String]
Returns the value of attribute pending_properties.
231 232 233 |
# File 'sig/types.rbs', line 231 def pending_properties @pending_properties end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
229 230 231 |
# File 'sig/types.rbs', line 229 def start_time @start_time end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
230 231 232 |
# File 'sig/types.rbs', line 230 def status @status end |
#total_number_of_stages ⇒ ::Integer
Returns the value of attribute total_number_of_stages.
233 234 235 |
# File 'sig/types.rbs', line 233 def total_number_of_stages @total_number_of_stages end |