Class: Aws::EC2::Types::ExportClientVpnClientConfigurationResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#client_configurationString

The contents of the Client VPN endpoint configuration file.

Returns:

  • (String)


18866
18867
18868
18869
# File 'lib/aws-sdk-ec2/types.rb', line 18866

class ExportClientVpnClientConfigurationResult < Struct.new(
  :client_configuration)
  include Aws::Structure
end