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.
1251 1252 1253 |
# File 'sig/types.rbs', line 1251 def dry_run @dry_run end |
#spot_fleet_request_ids ⇒ ::Array[::String]
Returns the value of attribute spot_fleet_request_ids.
1252 1253 1254 |
# File 'sig/types.rbs', line 1252 def spot_fleet_request_ids @spot_fleet_request_ids end |
#terminate_instances ⇒ Boolean
Returns the value of attribute terminate_instances.
1253 1254 1255 |
# File 'sig/types.rbs', line 1253 def terminate_instances @terminate_instances end |