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

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

#carrier_gatewayTypes::CarrierGateway

Information about the carrier gateway.



7090
7091
7092
7093
7094
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 7090

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