Class: Aws::Types::ChangeProgressDetails
- Inherits:
-
Object
- Object
- Aws::Types::ChangeProgressDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#change_id ⇒ ::String
Returns the value of attribute change_id.
-
#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.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#change_id ⇒ ::String
Returns the value of attribute change_id.
375 376 377 |
# File 'sig/types.rbs', line 375 def change_id @change_id end |
#config_change_status ⇒ "Pending", ...
Returns the value of attribute config_change_status.
377 378 379 |
# File 'sig/types.rbs', line 377 def config_change_status @config_change_status end |
#initiated_by ⇒ "CUSTOMER", "SERVICE"
Returns the value of attribute initiated_by.
378 379 380 |
# File 'sig/types.rbs', line 378 def initiated_by @initiated_by end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
380 381 382 |
# File 'sig/types.rbs', line 380 def last_updated_time @last_updated_time end |
#message ⇒ ::String
Returns the value of attribute message.
376 377 378 |
# File 'sig/types.rbs', line 376 def @message end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
379 380 381 |
# File 'sig/types.rbs', line 379 def start_time @start_time end |