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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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)


41693
41694
41695
41696
41697
41698
41699
41700
41701
41702
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 41693

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)


41693
41694
41695
41696
41697
41698
41699
41700
41701
41702
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 41693

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)


41693
41694
41695
41696
41697
41698
41699
41700
41701
41702
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 41693

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)


41693
41694
41695
41696
41697
41698
41699
41700
41701
41702
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 41693

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


41693
41694
41695
41696
41697
41698
41699
41700
41701
41702
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 41693

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)


41693
41694
41695
41696
41697
41698
41699
41700
41701
41702
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 41693

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