Class: Aws::EC2::Types::ClassicLinkInstance
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ClassicLinkInstance
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
<note markdown=“1”> Deprecated.
</note>
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.
5796 5797 5798 5799 5800 5801 5802 5803 |
# File 'lib/aws-sdk-ec2/types.rb', line 5796 class ClassicLinkInstance < Struct.new( :groups, :instance_id, :tags, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The ID of the instance.
5796 5797 5798 5799 5800 5801 5802 5803 |
# File 'lib/aws-sdk-ec2/types.rb', line 5796 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.
5796 5797 5798 5799 5800 5801 5802 5803 |
# File 'lib/aws-sdk-ec2/types.rb', line 5796 class ClassicLinkInstance < Struct.new( :groups, :instance_id, :tags, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The ID of the VPC.
5796 5797 5798 5799 5800 5801 5802 5803 |
# File 'lib/aws-sdk-ec2/types.rb', line 5796 class ClassicLinkInstance < Struct.new( :groups, :instance_id, :tags, :vpc_id) SENSITIVE = [] include Aws::Structure end |