Class: Aws::Types::InstanceGroupMetadata

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ami_override::String

Returns the value of attribute ami_override.

Returns:

  • (::String)


6771
6772
6773
# File 'sig/types.rbs', line 6771

def ami_override
  @ami_override
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


6767
6768
6769
# File 'sig/types.rbs', line 6767

def availability_zone_id
  @availability_zone_id
end

#capacity_reservationTypes::CapacityReservation

Returns the value of attribute capacity_reservation.



6768
6769
6770
# File 'sig/types.rbs', line 6768

def capacity_reservation
  @capacity_reservation
end

#failure_message::String

Returns the value of attribute failure_message.

Returns:

  • (::String)


6766
6767
6768
# File 'sig/types.rbs', line 6766

def failure_message
  @failure_message
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


6770
6771
6772
# File 'sig/types.rbs', line 6770

def security_group_ids
  @security_group_ids
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


6769
6770
6771
# File 'sig/types.rbs', line 6769

def subnet_id
  @subnet_id
end