Class: Aws::Types::GetVpnConnectionDeviceSampleConfigurationRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


10821
10822
10823
# File 'sig/types.rbs', line 10821

def dry_run
  @dry_run
end

#internet_key_exchange_version::String

Returns the value of attribute internet_key_exchange_version.

Returns:

  • (::String)


10819
10820
10821
# File 'sig/types.rbs', line 10819

def internet_key_exchange_version
  @internet_key_exchange_version
end

#sample_type::String

Returns the value of attribute sample_type.

Returns:

  • (::String)


10820
10821
10822
# File 'sig/types.rbs', line 10820

def sample_type
  @sample_type
end

#vpn_connection_device_type_id::String

Returns the value of attribute vpn_connection_device_type_id.

Returns:

  • (::String)


10818
10819
10820
# File 'sig/types.rbs', line 10818

def vpn_connection_device_type_id
  @vpn_connection_device_type_id
end

#vpn_connection_id::String

Returns the value of attribute vpn_connection_id.

Returns:

  • (::String)


10817
10818
10819
# File 'sig/types.rbs', line 10817

def vpn_connection_id
  @vpn_connection_id
end