Class: Aws::EC2::Types::ClassicLinkInstance
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ClassicLinkInstance
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes a linked EC2-Classic instance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#groups ⇒ Array<Types::GroupIdentifier>
The security groups.
-
#instance_id ⇒ String
The ID of the instance.
-
#tags ⇒ Array<Types::Tag>
Any tags assigned to the instance.
-
#vpc_id ⇒ String
The ID of the VPC.
Instance Attribute Details
#groups ⇒ Array<Types::GroupIdentifier>
The security groups.
7513 7514 7515 7516 7517 7518 7519 7520 |
# File 'lib/aws-sdk-ec2/types.rb', line 7513 class ClassicLinkInstance < Struct.new( :groups, :instance_id, :tags, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The ID of the instance.
7513 7514 7515 7516 7517 7518 7519 7520 |
# File 'lib/aws-sdk-ec2/types.rb', line 7513 class ClassicLinkInstance < Struct.new( :groups, :instance_id, :tags, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
Any tags assigned to the instance.
7513 7514 7515 7516 7517 7518 7519 7520 |
# File 'lib/aws-sdk-ec2/types.rb', line 7513 class ClassicLinkInstance < Struct.new( :groups, :instance_id, :tags, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The ID of the VPC.
7513 7514 7515 7516 7517 7518 7519 7520 |
# File 'lib/aws-sdk-ec2/types.rb', line 7513 class ClassicLinkInstance < Struct.new( :groups, :instance_id, :tags, :vpc_id) SENSITIVE = [] include Aws::Structure end |