Class: Aws::Types::LastUpdate
- Inherits:
-
Object
- Object
- Aws::Types::LastUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#error ⇒ Types::UpdateError
Returns the value of attribute error.
-
#source ⇒ ::String
Returns the value of attribute source.
-
#status ⇒ "SUCCESS", ...
Returns the value of attribute status.
-
#worker_replacement_strategy ⇒ "FORCED", "GRACEFUL"
Returns the value of attribute worker_replacement_strategy.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
158 159 160 |
# File 'sig/types.rbs', line 158 def created_at @created_at end |
#error ⇒ Types::UpdateError
Returns the value of attribute error.
159 160 161 |
# File 'sig/types.rbs', line 159 def error @error end |
#source ⇒ ::String
Returns the value of attribute source.
160 161 162 |
# File 'sig/types.rbs', line 160 def source @source end |
#status ⇒ "SUCCESS", ...
Returns the value of attribute status.
157 158 159 |
# File 'sig/types.rbs', line 157 def status @status end |
#worker_replacement_strategy ⇒ "FORCED", "GRACEFUL"
Returns the value of attribute worker_replacement_strategy.
161 162 163 |
# File 'sig/types.rbs', line 161 def worker_replacement_strategy @worker_replacement_strategy end |