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:



2817
2818
2819
2820
2821
2822
2823
# File 'lib/aws-sdk-ec2/types.rb', line 2817

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

#instance_idString

The ID of the instance.

Returns:

  • (String)


2817
2818
2819
2820
2821
2822
2823
# File 'lib/aws-sdk-ec2/types.rb', line 2817

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

#tagsArray<Types::Tag>

Any tags assigned to the instance.

Returns:



2817
2818
2819
2820
2821
2822
2823
# File 'lib/aws-sdk-ec2/types.rb', line 2817

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

#vpc_idString

The ID of the VPC.

Returns:

  • (String)


2817
2818
2819
2820
2821
2822
2823
# File 'lib/aws-sdk-ec2/types.rb', line 2817

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