Class: Aws::EC2::Types::CreateCustomerGatewayResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateCustomerGatewayResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Contains the output of CreateCustomerGateway.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#customer_gateway ⇒ Types::CustomerGateway
Information about the customer gateway.
Instance Attribute Details
#customer_gateway ⇒ Types::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 |