Class: Aws::Types::InstanceTopology
- Inherits:
-
Object
- Object
- Aws::Types::InstanceTopology
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#capacity_block_id ⇒ ::String
Returns the value of attribute capacity_block_id.
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#network_nodes ⇒ ::Array[::String]
Returns the value of attribute network_nodes.
-
#zone_id ⇒ ::String
Returns the value of attribute zone_id.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
12310 12311 12312 |
# File 'sig/types.rbs', line 12310 def availability_zone @availability_zone end |
#capacity_block_id ⇒ ::String
Returns the value of attribute capacity_block_id.
12312 12313 12314 |
# File 'sig/types.rbs', line 12312 def capacity_block_id @capacity_block_id end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
12308 12309 12310 |
# File 'sig/types.rbs', line 12308 def group_name @group_name end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
12306 12307 12308 |
# File 'sig/types.rbs', line 12306 def instance_id @instance_id end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
12307 12308 12309 |
# File 'sig/types.rbs', line 12307 def instance_type @instance_type end |
#network_nodes ⇒ ::Array[::String]
Returns the value of attribute network_nodes.
12309 12310 12311 |
# File 'sig/types.rbs', line 12309 def network_nodes @network_nodes end |
#zone_id ⇒ ::String
Returns the value of attribute zone_id.
12311 12312 12313 |
# File 'sig/types.rbs', line 12311 def zone_id @zone_id end |