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.
1377 1378 1379 |
# File 'sig/types.rbs', line 1377 def spot_instance_request_id @spot_instance_request_id end |
#state ⇒ "active", ...
Returns the value of attribute state.
1378 1379 1380 |
# File 'sig/types.rbs', line 1378 def state @state end |