Class: Aws::Types::InstanceCollection
- Inherits:
-
Object
- Object
- Aws::Types::InstanceCollection
- 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_ids ⇒ ::Array[::String]
Returns the value of attribute instance_ids.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#market_type ⇒ ::String
Returns the value of attribute market_type.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
745 746 747 |
# File 'sig/types.rbs', line 745 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
746 747 748 |
# File 'sig/types.rbs', line 746 def availability_zone_id @availability_zone_id end |
#instance_ids ⇒ ::Array[::String]
Returns the value of attribute instance_ids.
747 748 749 |
# File 'sig/types.rbs', line 747 def instance_ids @instance_ids end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
742 743 744 |
# File 'sig/types.rbs', line 742 def instance_type @instance_type end |
#market_type ⇒ ::String
Returns the value of attribute market_type.
743 744 745 |
# File 'sig/types.rbs', line 743 def market_type @market_type end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
744 745 746 |
# File 'sig/types.rbs', line 744 def subnet_id @subnet_id end |