Class: Aws::EC2::Types::InternetGateway
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::InternetGateway
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes an internet gateway.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attachments ⇒ Array<Types::InternetGatewayAttachment>
Any VPCs attached to the internet gateway.
-
#internet_gateway_id ⇒ String
The ID of the internet gateway.
-
#owner_id ⇒ String
The ID of the Amazon Web Services account that owns the internet gateway.
-
#tags ⇒ Array<Types::Tag>
Any tags assigned to the internet gateway.
Instance Attribute Details
#attachments ⇒ Array<Types::InternetGatewayAttachment>
Any VPCs attached to the internet gateway.
45254 45255 45256 45257 45258 45259 45260 45261 |
# File 'lib/aws-sdk-ec2/types.rb', line 45254 class InternetGateway < Struct.new( :attachments, :internet_gateway_id, :owner_id, :tags) SENSITIVE = [] include Aws::Structure end |
#internet_gateway_id ⇒ String
The ID of the internet gateway.
45254 45255 45256 45257 45258 45259 45260 45261 |
# File 'lib/aws-sdk-ec2/types.rb', line 45254 class InternetGateway < Struct.new( :attachments, :internet_gateway_id, :owner_id, :tags) SENSITIVE = [] include Aws::Structure end |
#owner_id ⇒ String
The ID of the Amazon Web Services account that owns the internet gateway.
45254 45255 45256 45257 45258 45259 45260 45261 |
# File 'lib/aws-sdk-ec2/types.rb', line 45254 class InternetGateway < Struct.new( :attachments, :internet_gateway_id, :owner_id, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
Any tags assigned to the internet gateway.
45254 45255 45256 45257 45258 45259 45260 45261 |
# File 'lib/aws-sdk-ec2/types.rb', line 45254 class InternetGateway < Struct.new( :attachments, :internet_gateway_id, :owner_id, :tags) SENSITIVE = [] include Aws::Structure end |