Class: Aws::EC2::Types::InstanceTopology

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Information about the instance topology.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zoneString

The name of the Availability Zone or Local Zone that the instance is in.

Returns:

  • (String)


41620
41621
41622
41623
41624
41625
41626
41627
41628
41629
# File 'lib/aws-sdk-ec2/types.rb', line 41620

class InstanceTopology < Struct.new(
  :instance_id,
  :instance_type,
  :group_name,
  :network_nodes,
  :availability_zone,
  :zone_id)
  SENSITIVE = []
  include Aws::Structure
end

#group_nameString

The name of the placement group that the instance is in.

Returns:

  • (String)


41620
41621
41622
41623
41624
41625
41626
41627
41628
41629
# File 'lib/aws-sdk-ec2/types.rb', line 41620

class InstanceTopology < Struct.new(
  :instance_id,
  :instance_type,
  :group_name,
  :network_nodes,
  :availability_zone,
  :zone_id)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The instance ID.

Returns:

  • (String)


41620
41621
41622
41623
41624
41625
41626
41627
41628
41629
# File 'lib/aws-sdk-ec2/types.rb', line 41620

class InstanceTopology < Struct.new(
  :instance_id,
  :instance_type,
  :group_name,
  :network_nodes,
  :availability_zone,
  :zone_id)
  SENSITIVE = []
  include Aws::Structure
end

#instance_typeString

The instance type.

Returns:

  • (String)


41620
41621
41622
41623
41624
41625
41626
41627
41628
41629
# File 'lib/aws-sdk-ec2/types.rb', line 41620

class InstanceTopology < Struct.new(
  :instance_id,
  :instance_type,
  :group_name,
  :network_nodes,
  :availability_zone,
  :zone_id)
  SENSITIVE = []
  include Aws::Structure
end

#network_nodesArray<String>

The network nodes. The nodes are hashed based on your account. Instances from different accounts running under the same server will return a different hashed list of strings.

Returns:

  • (Array<String>)


41620
41621
41622
41623
41624
41625
41626
41627
41628
41629
# File 'lib/aws-sdk-ec2/types.rb', line 41620

class InstanceTopology < Struct.new(
  :instance_id,
  :instance_type,
  :group_name,
  :network_nodes,
  :availability_zone,
  :zone_id)
  SENSITIVE = []
  include Aws::Structure
end

#zone_idString

The ID of the Availability Zone or Local Zone that the instance is in.

Returns:

  • (String)


41620
41621
41622
41623
41624
41625
41626
41627
41628
41629
# File 'lib/aws-sdk-ec2/types.rb', line 41620

class InstanceTopology < Struct.new(
  :instance_id,
  :instance_type,
  :group_name,
  :network_nodes,
  :availability_zone,
  :zone_id)
  SENSITIVE = []
  include Aws::Structure
end