Class: Aws::Types::GetVpnConnectionDeviceSampleConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetVpnConnectionDeviceSampleConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#internet_key_exchange_version ⇒ ::String
Returns the value of attribute internet_key_exchange_version.
-
#sample_type ⇒ ::String
Returns the value of attribute sample_type.
-
#vpn_connection_device_type_id ⇒ ::String
Returns the value of attribute vpn_connection_device_type_id.
-
#vpn_connection_id ⇒ ::String
Returns the value of attribute vpn_connection_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
10596 10597 10598 |
# File 'sig/types.rbs', line 10596 def dry_run @dry_run end |
#internet_key_exchange_version ⇒ ::String
Returns the value of attribute internet_key_exchange_version.
10594 10595 10596 |
# File 'sig/types.rbs', line 10594 def internet_key_exchange_version @internet_key_exchange_version end |
#sample_type ⇒ ::String
Returns the value of attribute sample_type.
10595 10596 10597 |
# File 'sig/types.rbs', line 10595 def sample_type @sample_type end |
#vpn_connection_device_type_id ⇒ ::String
Returns the value of attribute vpn_connection_device_type_id.
10593 10594 10595 |
# File 'sig/types.rbs', line 10593 def vpn_connection_device_type_id @vpn_connection_device_type_id end |
#vpn_connection_id ⇒ ::String
Returns the value of attribute vpn_connection_id.
10592 10593 10594 |
# File 'sig/types.rbs', line 10592 def vpn_connection_id @vpn_connection_id end |