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.
1545 1546 1547 |
# File 'sig/types.rbs', line 1545 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
1547 1548 1549 |
# File 'sig/types.rbs', line 1547 def availability_zone_id @availability_zone_id end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
1544 1545 1546 |
# File 'sig/types.rbs', line 1544 def instance_type @instance_type end |
#tenancy ⇒ "default", "dedicated"
Returns the value of attribute tenancy.
1546 1547 1548 |
# File 'sig/types.rbs', line 1546 def tenancy @tenancy end |