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.



3367
3368
3369
3370
# File 'lib/aws-sdk-ec2/types.rb', line 3367

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