Class: Aws::EC2::Types::ClassicLinkInstance
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ClassicLinkInstance
- Defined in:
- gems/aws-sdk-ec2/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.
5852 5853 5854 5855 5856 5857 5858 5859 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 5852 class ClassicLinkInstance < Struct.new( :groups, :instance_id, :tags, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The ID of the instance.
5852 5853 5854 5855 5856 5857 5858 5859 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 5852 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.
5852 5853 5854 5855 5856 5857 5858 5859 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 5852 class ClassicLinkInstance < Struct.new( :groups, :instance_id, :tags, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The ID of the VPC.
5852 5853 5854 5855 5856 5857 5858 5859 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 5852 class ClassicLinkInstance < Struct.new( :groups, :instance_id, :tags, :vpc_id) SENSITIVE = [] include Aws::Structure end |