You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes a linked EC2-Classic instance.

Instance Attribute Summary collapse

Instance Attribute Details

#groupsArray<Types::GroupIdentifier>

A list of security groups.

Returns:

#instance_idString

The ID of the instance.

Returns:

  • (String)

    The ID of the instance.

#tagsArray<Types::Tag>

Any tags assigned to the instance.

Returns:

  • (Array<Types::Tag>)

    Any tags assigned to the instance.

#vpc_idString

The ID of the VPC.

Returns:

  • (String)

    The ID of the VPC.