Class: Aws::Types::CancelSpotInstanceRequestsRequest
- Inherits:
-
Object
- Object
- Aws::Types::CancelSpotInstanceRequestsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#spot_instance_request_ids ⇒ ::Array[::String]
Returns the value of attribute spot_instance_request_ids.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
1271 1272 1273 |
# File 'sig/types.rbs', line 1271 def dry_run @dry_run end |
#spot_instance_request_ids ⇒ ::Array[::String]
Returns the value of attribute spot_instance_request_ids.
1272 1273 1274 |
# File 'sig/types.rbs', line 1272 def spot_instance_request_ids @spot_instance_request_ids end |