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.
4615 4616 4617 |
# File 'sig/types.rbs', line 4615 def dry_run @dry_run end |
#reserved_instances_ids ⇒ ::Array[::String]
Returns the value of attribute reserved_instances_ids.
4616 4617 4618 |
# File 'sig/types.rbs', line 4616 def reserved_instances_ids @reserved_instances_ids end |