Class: Aws::EC2::Types::ClassicLinkInstance

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

Overview

Describes a linked EC2-Classic instance.

Instance Attribute Summary collapse

Instance Attribute Details

#groupsArray<Types::GroupIdentifier>

A list of security groups.

Returns:



2806
2807
2808
2809
2810
2811
2812
# File 'lib/aws-sdk-ec2/types.rb', line 2806

class ClassicLinkInstance < Struct.new(
  :groups,
  :instance_id,
  :tags,
  :vpc_id)
  include Aws::Structure
end

#instance_idString

The ID of the instance.

Returns:

  • (String)


2806
2807
2808
2809
2810
2811
2812
# File 'lib/aws-sdk-ec2/types.rb', line 2806

class ClassicLinkInstance < Struct.new(
  :groups,
  :instance_id,
  :tags,
  :vpc_id)
  include Aws::Structure
end

#tagsArray<Types::Tag>

Any tags assigned to the instance.

Returns:



2806
2807
2808
2809
2810
2811
2812
# File 'lib/aws-sdk-ec2/types.rb', line 2806

class ClassicLinkInstance < Struct.new(
  :groups,
  :instance_id,
  :tags,
  :vpc_id)
  include Aws::Structure
end

#vpc_idString

The ID of the VPC.

Returns:

  • (String)


2806
2807
2808
2809
2810
2811
2812
# File 'lib/aws-sdk-ec2/types.rb', line 2806

class ClassicLinkInstance < Struct.new(
  :groups,
  :instance_id,
  :tags,
  :vpc_id)
  include Aws::Structure
end