Class: Aws::EC2::Types::InternetGateway
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::InternetGateway
- Defined in:
- gems/aws-sdk-ec2/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.
42516 42517 42518 42519 42520 42521 42522 42523 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 42516 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.
42516 42517 42518 42519 42520 42521 42522 42523 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 42516 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.
42516 42517 42518 42519 42520 42521 42522 42523 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 42516 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.
42516 42517 42518 42519 42520 42521 42522 42523 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 42516 class InternetGateway < Struct.new( :attachments, :internet_gateway_id, :owner_id, :tags) SENSITIVE = [] include Aws::Structure end |