Class: Aws::Types::InstanceGroupMetadata
- Inherits:
-
Object
- Object
- Aws::Types::InstanceGroupMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ami_override ⇒ ::String
Returns the value of attribute ami_override.
-
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
-
#capacity_reservation ⇒ Types::CapacityReservation
Returns the value of attribute capacity_reservation.
-
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
Instance Attribute Details
#ami_override ⇒ ::String
Returns the value of attribute ami_override.
6756 6757 6758 |
# File 'sig/types.rbs', line 6756 def ami_override @ami_override end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
6752 6753 6754 |
# File 'sig/types.rbs', line 6752 def availability_zone_id @availability_zone_id end |
#capacity_reservation ⇒ Types::CapacityReservation
Returns the value of attribute capacity_reservation.
6753 6754 6755 |
# File 'sig/types.rbs', line 6753 def capacity_reservation @capacity_reservation end |
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
6751 6752 6753 |
# File 'sig/types.rbs', line 6751 def @failure_message end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
6755 6756 6757 |
# File 'sig/types.rbs', line 6755 def security_group_ids @security_group_ids end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
6754 6755 6756 |
# File 'sig/types.rbs', line 6754 def subnet_id @subnet_id end |