Class: Aws::EC2::Types::CreateVpnGatewayResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateVpnGatewayResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Contains the output of CreateVpnGateway.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#vpn_gateway ⇒ Types::VpnGateway
Information about the virtual private gateway.
Instance Attribute Details
#vpn_gateway ⇒ Types::VpnGateway
Information about the virtual private gateway.
14465 14466 14467 14468 14469 |
# File 'lib/aws-sdk-ec2/types.rb', line 14465 class CreateVpnGatewayResult < Struct.new( :vpn_gateway) SENSITIVE = [] include Aws::Structure end |