Class: Aws::Types::SpotInstanceStatus
- Inherits:
-
Object
- Object
- Aws::Types::SpotInstanceStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
17346 17347 17348 |
# File 'sig/types.rbs', line 17346 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
17347 17348 17349 |
# File 'sig/types.rbs', line 17347 def @message end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
17348 17349 17350 |
# File 'sig/types.rbs', line 17348 def update_time @update_time end |