Class: Aws::Types::InstanceTopology

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)


11821
11822
11823
# File 'sig/types.rbs', line 11821

def availability_zone
  @availability_zone
end

#capacity_block_id::String

Returns the value of attribute capacity_block_id.

Returns:

  • (::String)


11823
11824
11825
# File 'sig/types.rbs', line 11823

def capacity_block_id
  @capacity_block_id
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


11819
11820
11821
# File 'sig/types.rbs', line 11819

def group_name
  @group_name
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


11817
11818
11819
# File 'sig/types.rbs', line 11817

def instance_id
  @instance_id
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


11818
11819
11820
# File 'sig/types.rbs', line 11818

def instance_type
  @instance_type
end

#network_nodes::Array[::String]

Returns the value of attribute network_nodes.

Returns:

  • (::Array[::String])


11820
11821
11822
# File 'sig/types.rbs', line 11820

def network_nodes
  @network_nodes
end

#zone_id::String

Returns the value of attribute zone_id.

Returns:

  • (::String)


11822
11823
11824
# File 'sig/types.rbs', line 11822

def zone_id
  @zone_id
end