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.



23092
23093
23094
23095
23096
23097
23098
# File 'lib/aws-sdk-ec2/types.rb', line 23092

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

#internet_gateway_idString

The ID of the internet gateway.

Returns:

  • (String)


23092
23093
23094
23095
23096
23097
23098
# File 'lib/aws-sdk-ec2/types.rb', line 23092

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

#owner_idString

The ID of the AWS account that owns the internet gateway.

Returns:

  • (String)


23092
23093
23094
23095
23096
23097
23098
# File 'lib/aws-sdk-ec2/types.rb', line 23092

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

#tagsArray<Types::Tag>

Any tags assigned to the internet gateway.

Returns:



23092
23093
23094
23095
23096
23097
23098
# File 'lib/aws-sdk-ec2/types.rb', line 23092

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