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

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

Overview

Deprecated.

Describes a linked EC2-Classic instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#groupsArray<Types::GroupIdentifier>

The security groups.

Returns:



5131
5132
5133
5134
5135
5136
5137
5138
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 5131

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

#instance_idString

The ID of the instance.

Returns:

  • (String)


5131
5132
5133
5134
5135
5136
5137
5138
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 5131

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

#tagsArray<Types::Tag>

Any tags assigned to the instance.

Returns:



5131
5132
5133
5134
5135
5136
5137
5138
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 5131

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

#vpc_idString

The ID of the VPC.

Returns:

  • (String)


5131
5132
5133
5134
5135
5136
5137
5138
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 5131

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