Class: Aws::Types::StartConnectionRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartConnectionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
-
#client_public_key ⇒ ::String
Returns the value of attribute client_public_key.
-
#device_serial_number ⇒ ::String
Returns the value of attribute device_serial_number.
-
#network_interface_device_index ⇒ ::Integer
Returns the value of attribute network_interface_device_index.
Instance Attribute Details
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
881 882 883 |
# File 'sig/types.rbs', line 881 def asset_id @asset_id end |
#client_public_key ⇒ ::String
Returns the value of attribute client_public_key.
882 883 884 |
# File 'sig/types.rbs', line 882 def client_public_key @client_public_key end |
#device_serial_number ⇒ ::String
Returns the value of attribute device_serial_number.
880 881 882 |
# File 'sig/types.rbs', line 880 def device_serial_number @device_serial_number end |
#network_interface_device_index ⇒ ::Integer
Returns the value of attribute network_interface_device_index.
883 884 885 |
# File 'sig/types.rbs', line 883 def network_interface_device_index @network_interface_device_index end |