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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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.



8493
8494
8495
8496
8497
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 8493

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