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)


41633
41634
41635
41636
41637
41638
41639
41640
41641
41642
# File 'lib/aws-sdk-ec2/types.rb', line 41633

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)


41633
41634
41635
41636
41637
41638
41639
41640
41641
41642
# File 'lib/aws-sdk-ec2/types.rb', line 41633

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)


41633
41634
41635
41636
41637
41638
41639
41640
41641
41642
# File 'lib/aws-sdk-ec2/types.rb', line 41633

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)


41633
41634
41635
41636
41637
41638
41639
41640
41641
41642
# File 'lib/aws-sdk-ec2/types.rb', line 41633

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>)


41633
41634
41635
41636
41637
41638
41639
41640
41641
41642
# File 'lib/aws-sdk-ec2/types.rb', line 41633

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)


41633
41634
41635
41636
41637
41638
41639
41640
41641
41642
# File 'lib/aws-sdk-ec2/types.rb', line 41633

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