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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#internet_gatewayTypes::InternetGateway

Information about the internet gateway.



9381
9382
9383
9384
9385
# File 'lib/aws-sdk-ec2/types.rb', line 9381

class CreateInternetGatewayResult < Struct.new(
  :internet_gateway)
  SENSITIVE = []
  include Aws::Structure
end