Class: Aws::EC2::Types::CreateCustomerGatewayResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateCustomerGatewayResult
- 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
-
#customer_gateway ⇒ Types::CustomerGateway
Information about the customer gateway.
Instance Attribute Details
#customer_gateway ⇒ Types::CustomerGateway
Information about the customer gateway.
9374 9375 9376 9377 9378 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 9374 class CreateCustomerGatewayResult < Struct.new( :customer_gateway) SENSITIVE = [] include Aws::Structure end |