Class: Aws::Types::StartConnectionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asset_id::String

Returns the value of attribute asset_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


883
884
885
# File 'sig/types.rbs', line 883

def network_interface_device_index
  @network_interface_device_index
end