Class: Aws::Types::CapacityReservationInfo
- Inherits:
-
Object
- Object
- Aws::Types::CapacityReservationInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#tenancy ⇒ "default", "dedicated"
Returns the value of attribute tenancy.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
1631 1632 1633 |
# File 'sig/types.rbs', line 1631 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
1633 1634 1635 |
# File 'sig/types.rbs', line 1633 def availability_zone_id @availability_zone_id end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
1630 1631 1632 |
# File 'sig/types.rbs', line 1630 def instance_type @instance_type end |
#tenancy ⇒ "default", "dedicated"
Returns the value of attribute tenancy.
1632 1633 1634 |
# File 'sig/types.rbs', line 1632 def tenancy @tenancy end |