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.
45146 45147 45148 45149 45150 45151 45152 45153 |
# File 'lib/aws-sdk-ec2/types.rb', line 45146 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.
45146 45147 45148 45149 45150 45151 45152 45153 |
# File 'lib/aws-sdk-ec2/types.rb', line 45146 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.
45146 45147 45148 45149 45150 45151 45152 45153 |
# File 'lib/aws-sdk-ec2/types.rb', line 45146 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.
45146 45147 45148 45149 45150 45151 45152 45153 |
# File 'lib/aws-sdk-ec2/types.rb', line 45146 class InternetGateway < Struct.new( :attachments, :internet_gateway_id, :owner_id, :tags) SENSITIVE = [] include Aws::Structure end |