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.
17982 17983 17984 |
# File 'sig/types.rbs', line 17982 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
17983 17984 17985 |
# File 'sig/types.rbs', line 17983 def @message end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
17984 17985 17986 |
# File 'sig/types.rbs', line 17984 def update_time @update_time end |