Class: Aws::EC2::Types::CreateInternetGatewayResult

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

Overview

Contains the output of CreateInternetGateway.

Instance Attribute Summary collapse

Instance Attribute Details

#internet_gatewayTypes::InternetGateway

Information about the Internet gateway.



2880
2881
2882
2883
# File 'lib/aws-sdk-ec2/types.rb', line 2880

class CreateInternetGatewayResult < Struct.new(
  :internet_gateway)
  include Aws::Structure
end