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

#groups ⇒ Array<Types::GroupIdentifier>

A list of security groups.

Returns:

#instance_id ⇒ String

The ID of the instance.

Returns:

  • (String) —

    The ID of the instance.

#tags ⇒ Array<Types::Tag>

Any tags assigned to the instance.

Returns:

  • (Array<Types::Tag>) —

    Any tags assigned to the instance.

#vpc_id ⇒ String

The ID of the VPC.

Returns:

  • (String) —

    The ID of the VPC.