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

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

Overview

Describes an egress-only internet gateway.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attachmentsArray<Types::InternetGatewayAttachment>

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



30343
30344
30345
30346
30347
30348
30349
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 30343

class EgressOnlyInternetGateway < Struct.new(
  :attachments,
  :egress_only_internet_gateway_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#egress_only_internet_gateway_idString

The ID of the egress-only internet gateway.

Returns:

  • (String)


30343
30344
30345
30346
30347
30348
30349
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 30343

class EgressOnlyInternetGateway < Struct.new(
  :attachments,
  :egress_only_internet_gateway_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags assigned to the egress-only internet gateway.

Returns:



30343
30344
30345
30346
30347
30348
30349
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 30343

class EgressOnlyInternetGateway < Struct.new(
  :attachments,
  :egress_only_internet_gateway_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end