Class: Aws::Types::DeleteFleetsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteFleetsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#fleet_ids ⇒ ::Array[::String]
Returns the value of attribute fleet_ids.
-
#terminate_instances ⇒ Boolean
Returns the value of attribute terminate_instances.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
4070 4071 4072 |
# File 'sig/types.rbs', line 4070 def dry_run @dry_run end |
#fleet_ids ⇒ ::Array[::String]
Returns the value of attribute fleet_ids.
4071 4072 4073 |
# File 'sig/types.rbs', line 4071 def fleet_ids @fleet_ids end |
#terminate_instances ⇒ Boolean
Returns the value of attribute terminate_instances.
4072 4073 4074 |
# File 'sig/types.rbs', line 4072 def terminate_instances @terminate_instances end |