Class: Aws::EC2::Types::CreateCustomerGatewayResult

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

Overview

Contains the output of CreateCustomerGateway.

Instance Attribute Summary collapse

Instance Attribute Details

#customer_gatewayTypes::CustomerGateway

Information about the customer gateway.



4353
4354
4355
4356
# File 'lib/aws-sdk-ec2/types.rb', line 4353

class CreateCustomerGatewayResult < Struct.new(
  :customer_gateway)
  include Aws::Structure
end