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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


853
854
855
# File 'sig/types.rbs', line 853

def network_interface_device_index
  @network_interface_device_index
end