Class: Aws::EC2::Types::EgressOnlyInternetGateway
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::EgressOnlyInternetGateway
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes an egress-only internet gateway.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attachments ⇒ Array<Types::InternetGatewayAttachment>
Information about the attachment of the egress-only internet gateway.
-
#egress_only_internet_gateway_id ⇒ String
The ID of the egress-only internet gateway.
-
#tags ⇒ Array<Types::Tag>
The tags assigned to the egress-only internet gateway.
Instance Attribute Details
#attachments ⇒ Array<Types::InternetGatewayAttachment>
Information about the attachment of the egress-only internet gateway.
32866 32867 32868 32869 32870 32871 32872 |
# File 'lib/aws-sdk-ec2/types.rb', line 32866 class EgressOnlyInternetGateway < Struct.new( :attachments, :egress_only_internet_gateway_id, :tags) SENSITIVE = [] include Aws::Structure end |
#egress_only_internet_gateway_id ⇒ String
The ID of the egress-only internet gateway.
32866 32867 32868 32869 32870 32871 32872 |
# File 'lib/aws-sdk-ec2/types.rb', line 32866 class EgressOnlyInternetGateway < Struct.new( :attachments, :egress_only_internet_gateway_id, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags assigned to the egress-only internet gateway.
32866 32867 32868 32869 32870 32871 32872 |
# File 'lib/aws-sdk-ec2/types.rb', line 32866 class EgressOnlyInternetGateway < Struct.new( :attachments, :egress_only_internet_gateway_id, :tags) SENSITIVE = [] include Aws::Structure end |