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
- Struct
- Aws::EC2::Types::CarrierGateway
- Defined in:
- (unknown)
Overview
Describes a carrier gateway.
Returned by:
Instance Attribute Summary collapse
-
#carrier_gateway_id ⇒ String
The ID of the carrier gateway.
-
#owner_id ⇒ String
The AWS account ID of the owner of the carrier gateway.
-
#state ⇒ String
The state of the carrier gateway.
-
#tags ⇒ Array<Types::Tag>
The tags assigned to the carrier gateway.
-
#vpc_id ⇒ String
The ID of the VPC associated with the carrier gateway.
Instance Attribute Details
#carrier_gateway_id ⇒ String
The ID of the carrier gateway.
#owner_id ⇒ String
The AWS account ID of the owner of the carrier gateway.
#state ⇒ String
The state of the carrier gateway.
Possible values:
- pending
- available
- deleting
- deleted
#tags ⇒ Array<Types::Tag>
The tags assigned to the carrier gateway.
#vpc_id ⇒ String
The ID of the VPC associated with the carrier gateway.