Class: Aws::Types::GetReservedInstancesExchangeQuoteRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetReservedInstancesExchangeQuoteRequest
- 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.
10289 10290 10291 |
# File 'sig/types.rbs', line 10289 def dry_run @dry_run end |
#reserved_instance_ids ⇒ ::Array[::String]
Returns the value of attribute reserved_instance_ids.
10290 10291 10292 |
# File 'sig/types.rbs', line 10290 def reserved_instance_ids @reserved_instance_ids end |
#target_configurations ⇒ ::Array[Types::TargetConfigurationRequest]
Returns the value of attribute target_configurations.
10291 10292 10293 |
# File 'sig/types.rbs', line 10291 def target_configurations @target_configurations end |