Class: Aws::EC2::Types::CreateCarrierGatewayResult

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

#carrier_gatewayTypes::CarrierGateway

Information about the carrier gateway.



7032
7033
7034
7035
7036
# File 'lib/aws-sdk-ec2/types.rb', line 7032

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