Class: Aws::EC2::Types::EgressOnlyInternetGateway

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes an egress-only internet gateway.

Instance Attribute Summary collapse

Instance Attribute Details

#attachmentsArray<Types::InternetGatewayAttachment>

Information about the attachment of the egress-only internet gateway.



18484
18485
18486
18487
18488
# File 'lib/aws-sdk-ec2/types.rb', line 18484

class EgressOnlyInternetGateway < Struct.new(
  :attachments,
  :egress_only_internet_gateway_id)
  include Aws::Structure
end

#egress_only_internet_gateway_idString

The ID of the egress-only internet gateway.

Returns:

  • (String)


18484
18485
18486
18487
18488
# File 'lib/aws-sdk-ec2/types.rb', line 18484

class EgressOnlyInternetGateway < Struct.new(
  :attachments,
  :egress_only_internet_gateway_id)
  include Aws::Structure
end