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.
851 852 853 |
# File 'sig/types.rbs', line 851 def asset_id @asset_id end |
#client_public_key ⇒ ::String
Returns the value of attribute client_public_key.
852 853 854 |
# File 'sig/types.rbs', line 852 def client_public_key @client_public_key end |
#device_serial_number ⇒ ::String
Returns the value of attribute device_serial_number.
850 851 852 |
# File 'sig/types.rbs', line 850 def device_serial_number @device_serial_number end |
#network_interface_device_index ⇒ ::Integer
Returns the value of attribute network_interface_device_index.
853 854 855 |
# File 'sig/types.rbs', line 853 def network_interface_device_index @network_interface_device_index end |