Class: Aws::Types::CancelledSpotInstanceRequest
- Inherits:
-
Object
- Object
- Aws::Types::CancelledSpotInstanceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#spot_instance_request_id ⇒ ::String
Returns the value of attribute spot_instance_request_id.
-
#state ⇒ "active", ...
Returns the value of attribute state.
Instance Attribute Details
#spot_instance_request_id ⇒ ::String
Returns the value of attribute spot_instance_request_id.
1291 1292 1293 |
# File 'sig/types.rbs', line 1291 def spot_instance_request_id @spot_instance_request_id end |
#state ⇒ "active", ...
Returns the value of attribute state.
1292 1293 1294 |
# File 'sig/types.rbs', line 1292 def state @state end |