Class: Aws::Types::CapacityReservationTopology

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)


1687
1688
1689
# File 'sig/types.rbs', line 1687

def availability_zone
  @availability_zone
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


1686
1687
1688
# File 'sig/types.rbs', line 1686

def availability_zone_id
  @availability_zone_id
end

#capacity_block_id::String

Returns the value of attribute capacity_block_id.

Returns:

  • (::String)


1681
1682
1683
# File 'sig/types.rbs', line 1681

def capacity_block_id
  @capacity_block_id
end

#capacity_reservation_id::String

Returns the value of attribute capacity_reservation_id.

Returns:

  • (::String)


1680
1681
1682
# File 'sig/types.rbs', line 1680

def capacity_reservation_id
  @capacity_reservation_id
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


1684
1685
1686
# File 'sig/types.rbs', line 1684

def group_name
  @group_name
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


1683
1684
1685
# File 'sig/types.rbs', line 1683

def instance_type
  @instance_type
end

#network_nodes::Array[::String]

Returns the value of attribute network_nodes.

Returns:

  • (::Array[::String])


1685
1686
1687
# File 'sig/types.rbs', line 1685

def network_nodes
  @network_nodes
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


1682
1683
1684
# File 'sig/types.rbs', line 1682

def state
  @state
end