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.
32567 32568 32569 32570 32571 |
# File 'lib/aws-sdk-ec2/types.rb', line 32567 class ExportClientVpnClientConfigurationResult < Struct.new( :client_configuration) SENSITIVE = [] include Aws::Structure end |