Class: Aws::EC2::Types::ExportClientVpnClientConfigurationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ExportClientVpnClientConfigurationResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_configuration ⇒ String
The contents of the Client VPN endpoint configuration file.
Instance Attribute Details
#client_configuration ⇒ String
The contents of the Client VPN endpoint configuration file.
34628 34629 34630 34631 34632 |
# File 'lib/aws-sdk-ec2/types.rb', line 34628 class ExportClientVpnClientConfigurationResult < Struct.new( :client_configuration) SENSITIVE = [] include Aws::Structure end |