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.
210 211 212 |
# File 'sig/types.rbs', line 210 def change_id @change_id end |
#config_change_status ⇒ "Pending", ...
Returns the value of attribute config_change_status.
212 213 214 |
# File 'sig/types.rbs', line 212 def config_change_status @config_change_status end |
#initiated_by ⇒ "CUSTOMER", "SERVICE"
Returns the value of attribute initiated_by.
215 216 217 |
# File 'sig/types.rbs', line 215 def initiated_by @initiated_by end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
214 215 216 |
# File 'sig/types.rbs', line 214 def last_updated_time @last_updated_time end |
#message ⇒ ::String
Returns the value of attribute message.
211 212 213 |
# File 'sig/types.rbs', line 211 def end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
213 214 215 |
# File 'sig/types.rbs', line 213 def start_time @start_time end |