Class: Aws::EC2::Types::GetVpnConnectionDeviceSampleConfigurationResult

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

Overview

Constant Summary collapse

SENSITIVE =
[:vpn_connection_device_sample_configuration]

Instance Attribute Summary collapse

Instance Attribute Details

#vpn_connection_device_sample_configurationString

Sample configuration file for the specified customer gateway device.

Returns:

  • (String)


36058
36059
36060
36061
36062
# File 'lib/aws-sdk-ec2/types.rb', line 36058

class GetVpnConnectionDeviceSampleConfigurationResult < Struct.new(
  :vpn_connection_device_sample_configuration)
  SENSITIVE = [:vpn_connection_device_sample_configuration]
  include Aws::Structure
end