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.
17643 17644 17645 |
# File 'sig/types.rbs', line 17643 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
17644 17645 17646 |
# File 'sig/types.rbs', line 17644 def @message end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
17645 17646 17647 |
# File 'sig/types.rbs', line 17645 def update_time @update_time end |