Class: Aws::Types::CancelSpotFleetRequestsRequest
- Inherits:
-
Object
- Object
- Aws::Types::CancelSpotFleetRequestsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#spot_fleet_request_ids ⇒ ::Array[::String]
Returns the value of attribute spot_fleet_request_ids.
-
#terminate_instances ⇒ Boolean
Returns the value of attribute terminate_instances.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
1337 1338 1339 |
# File 'sig/types.rbs', line 1337 def dry_run @dry_run end |
#spot_fleet_request_ids ⇒ ::Array[::String]
Returns the value of attribute spot_fleet_request_ids.
1338 1339 1340 |
# File 'sig/types.rbs', line 1338 def spot_fleet_request_ids @spot_fleet_request_ids end |
#terminate_instances ⇒ Boolean
Returns the value of attribute terminate_instances.
1339 1340 1341 |
# File 'sig/types.rbs', line 1339 def terminate_instances @terminate_instances end |