Class: Aws::Types::VpnConnectionDeviceType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#platform::String

Returns the value of attribute platform.

Returns:

  • (::String)


19536
19537
19538
# File 'sig/types.rbs', line 19536

def platform
  @platform
end

#software::String

Returns the value of attribute software.

Returns:

  • (::String)


19537
19538
19539
# File 'sig/types.rbs', line 19537

def software
  @software
end

#vendor::String

Returns the value of attribute vendor.

Returns:

  • (::String)


19535
19536
19537
# File 'sig/types.rbs', line 19535

def vendor
  @vendor
end

#vpn_connection_device_type_id::String

Returns the value of attribute vpn_connection_device_type_id.

Returns:

  • (::String)


19534
19535
19536
# File 'sig/types.rbs', line 19534

def vpn_connection_device_type_id
  @vpn_connection_device_type_id
end