Class: Aws::Types::DeleteQueuedReservedInstancesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteQueuedReservedInstancesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#reserved_instances_ids ⇒ ::Array[::String]
Returns the value of attribute reserved_instances_ids.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
4479 4480 4481 |
# File 'sig/types.rbs', line 4479 def dry_run @dry_run end |
#reserved_instances_ids ⇒ ::Array[::String]
Returns the value of attribute reserved_instances_ids.
4480 4481 4482 |
# File 'sig/types.rbs', line 4480 def reserved_instances_ids @reserved_instances_ids end |