Class: Aws::Types::AcceptReservedInstancesExchangeQuoteRequest
- Inherits:
-
Object
- Object
- Aws::Types::AcceptReservedInstancesExchangeQuoteRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#reserved_instance_ids ⇒ ::Array[::String]
Returns the value of attribute reserved_instance_ids.
-
#target_configurations ⇒ ::Array[Types::TargetConfigurationRequest]
Returns the value of attribute target_configurations.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
59 60 61 |
# File 'sig/types.rbs', line 59 def dry_run @dry_run end |
#reserved_instance_ids ⇒ ::Array[::String]
Returns the value of attribute reserved_instance_ids.
60 61 62 |
# File 'sig/types.rbs', line 60 def reserved_instance_ids @reserved_instance_ids end |
#target_configurations ⇒ ::Array[Types::TargetConfigurationRequest]
Returns the value of attribute target_configurations.
61 62 63 |
# File 'sig/types.rbs', line 61 def target_configurations @target_configurations end |