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.
1357 1358 1359 |
# File 'sig/types.rbs', line 1357 def dry_run @dry_run end |
#spot_instance_request_ids ⇒ ::Array[::String]
Returns the value of attribute spot_instance_request_ids.
1358 1359 1360 |
# File 'sig/types.rbs', line 1358 def spot_instance_request_ids @spot_instance_request_ids end |