Class: Aws::EC2::Types::InternetGateway

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

Overview

Describes an Internet gateway.

Instance Attribute Summary collapse

Instance Attribute Details

#attachmentsArray<Types::InternetGatewayAttachment>

Any VPCs attached to the Internet gateway.



15656
15657
15658
15659
15660
15661
# File 'lib/aws-sdk-ec2/types.rb', line 15656

class InternetGateway < Struct.new(
  :attachments,
  :internet_gateway_id,
  :tags)
  include Aws::Structure
end

#internet_gateway_idString

The ID of the Internet gateway.

Returns:

  • (String)


15656
15657
15658
15659
15660
15661
# File 'lib/aws-sdk-ec2/types.rb', line 15656

class InternetGateway < Struct.new(
  :attachments,
  :internet_gateway_id,
  :tags)
  include Aws::Structure
end

#tagsArray<Types::Tag>

Any tags assigned to the Internet gateway.

Returns:



15656
15657
15658
15659
15660
15661
# File 'lib/aws-sdk-ec2/types.rb', line 15656

class InternetGateway < Struct.new(
  :attachments,
  :internet_gateway_id,
  :tags)
  include Aws::Structure
end