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

Class: Aws::EC2::Types::CarrierGateway

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#carrier_gateway_idString

The ID of the carrier gateway.

Returns:

  • (String)

    The ID of the carrier gateway.

#owner_idString

The AWS account ID of the owner of the carrier gateway.

Returns:

  • (String)

    The AWS account ID of the owner of the carrier gateway.

#stateString

The state of the carrier gateway.

Possible values:

  • pending
  • available
  • deleting
  • deleted

Returns:

  • (String)

    The state of the carrier gateway.

#tagsArray<Types::Tag>

The tags assigned to the carrier gateway.

Returns:

  • (Array<Types::Tag>)

    The tags assigned to the carrier gateway.

#vpc_idString

The ID of the VPC associated with the carrier gateway.

Returns:

  • (String)

    The ID of the VPC associated with the carrier gateway.