Class: Aws::Types::InstanceCollection

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


751
752
753
# File 'sig/types.rbs', line 751

def availability_zone
  @availability_zone
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


752
753
754
# File 'sig/types.rbs', line 752

def availability_zone_id
  @availability_zone_id
end

#instance_ids::Array[::String]

Returns the value of attribute instance_ids.

Returns:

  • (::Array[::String])


753
754
755
# File 'sig/types.rbs', line 753

def instance_ids
  @instance_ids
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


748
749
750
# File 'sig/types.rbs', line 748

def instance_type
  @instance_type
end

#market_type::String

Returns the value of attribute market_type.

Returns:

  • (::String)


749
750
751
# File 'sig/types.rbs', line 749

def market_type
  @market_type
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


750
751
752
# File 'sig/types.rbs', line 750

def subnet_id
  @subnet_id
end