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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#customer_gatewayTypes::CustomerGateway

Information about the customer gateway.



8403
8404
8405
8406
8407
# File 'lib/aws-sdk-ec2/types.rb', line 8403

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