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

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

Overview

Contains the output of CreateCustomerGateway.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#customer_gatewayTypes::CustomerGateway

Information about the customer gateway.



9665
9666
9667
9668
9669
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 9665

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