Class: Aws::Types::CapacityReservationTopology
- Inherits:
-
Object
- Object
- Aws::Types::CapacityReservationTopology
- 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.
-
#capacity_block_id ⇒ ::String
Returns the value of attribute capacity_block_id.
-
#capacity_reservation_id ⇒ ::String
Returns the value of attribute capacity_reservation_id.
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#network_nodes ⇒ ::Array[::String]
Returns the value of attribute network_nodes.
-
#state ⇒ ::String
Returns the value of attribute state.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
1601 1602 1603 |
# File 'sig/types.rbs', line 1601 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
1600 1601 1602 |
# File 'sig/types.rbs', line 1600 def availability_zone_id @availability_zone_id end |
#capacity_block_id ⇒ ::String
Returns the value of attribute capacity_block_id.
1595 1596 1597 |
# File 'sig/types.rbs', line 1595 def capacity_block_id @capacity_block_id end |
#capacity_reservation_id ⇒ ::String
Returns the value of attribute capacity_reservation_id.
1594 1595 1596 |
# File 'sig/types.rbs', line 1594 def capacity_reservation_id @capacity_reservation_id end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
1598 1599 1600 |
# File 'sig/types.rbs', line 1598 def group_name @group_name end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
1597 1598 1599 |
# File 'sig/types.rbs', line 1597 def instance_type @instance_type end |
#network_nodes ⇒ ::Array[::String]
Returns the value of attribute network_nodes.
1599 1600 1601 |
# File 'sig/types.rbs', line 1599 def network_nodes @network_nodes end |
#state ⇒ ::String
Returns the value of attribute state.
1596 1597 1598 |
# File 'sig/types.rbs', line 1596 def state @state end |