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.



7504
7505
7506
7507
7508
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 7504

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