Class: Aws::IoTManagedIntegrations::Types::DiscoveredDeviceSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb

Overview

Structure containing summary information about a device discovered during a device discovery job.

Constant Summary collapse

SENSITIVE =
[:connector_device_id, :connector_device_name, :brand, :model, :authentication_material]

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_materialString

The authentication material required for connecting to the discovered device, such as credentials or tokens.

Returns:

  • (String)


1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 1437

class DiscoveredDeviceSummary < Struct.new(
  :connector_device_id,
  :connector_device_name,
  :device_types,
  :managed_thing_id,
  :modification,
  :discovered_at,
  :brand,
  :model,
  :authentication_material)
  SENSITIVE = [:connector_device_id, :connector_device_name, :brand, :model, :authentication_material]
  include Aws::Structure
end

#brandString

The brand of the discovered device.

Returns:

  • (String)


1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 1437

class DiscoveredDeviceSummary < Struct.new(
  :connector_device_id,
  :connector_device_name,
  :device_types,
  :managed_thing_id,
  :modification,
  :discovered_at,
  :brand,
  :model,
  :authentication_material)
  SENSITIVE = [:connector_device_id, :connector_device_name, :brand, :model, :authentication_material]
  include Aws::Structure
end

#connector_device_idString

The third-party device identifier as defined by the connector. This identifier must not contain personal identifiable information (PII).

Returns:

  • (String)


1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 1437

class DiscoveredDeviceSummary < Struct.new(
  :connector_device_id,
  :connector_device_name,
  :device_types,
  :managed_thing_id,
  :modification,
  :discovered_at,
  :brand,
  :model,
  :authentication_material)
  SENSITIVE = [:connector_device_id, :connector_device_name, :brand, :model, :authentication_material]
  include Aws::Structure
end

#connector_device_nameString

The name of the device as defined by the connector or third-party system.

Returns:

  • (String)


1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 1437

class DiscoveredDeviceSummary < Struct.new(
  :connector_device_id,
  :connector_device_name,
  :device_types,
  :managed_thing_id,
  :modification,
  :discovered_at,
  :brand,
  :model,
  :authentication_material)
  SENSITIVE = [:connector_device_id, :connector_device_name, :brand, :model, :authentication_material]
  include Aws::Structure
end

#device_typesArray<String>

The list of device types or categories that the discovered device belongs to.

Returns:

  • (Array<String>)


1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 1437

class DiscoveredDeviceSummary < Struct.new(
  :connector_device_id,
  :connector_device_name,
  :device_types,
  :managed_thing_id,
  :modification,
  :discovered_at,
  :brand,
  :model,
  :authentication_material)
  SENSITIVE = [:connector_device_id, :connector_device_name, :brand, :model, :authentication_material]
  include Aws::Structure
end

#discovered_atTime

The timestamp indicating when the device was discovered.

Returns:

  • (Time)


1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 1437

class DiscoveredDeviceSummary < Struct.new(
  :connector_device_id,
  :connector_device_name,
  :device_types,
  :managed_thing_id,
  :modification,
  :discovered_at,
  :brand,
  :model,
  :authentication_material)
  SENSITIVE = [:connector_device_id, :connector_device_name, :brand, :model, :authentication_material]
  include Aws::Structure
end

#managed_thing_idString

The identifier of the managed thing created for this discovered device, if one exists.

Returns:

  • (String)


1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 1437

class DiscoveredDeviceSummary < Struct.new(
  :connector_device_id,
  :connector_device_name,
  :device_types,
  :managed_thing_id,
  :modification,
  :discovered_at,
  :brand,
  :model,
  :authentication_material)
  SENSITIVE = [:connector_device_id, :connector_device_name, :brand, :model, :authentication_material]
  include Aws::Structure
end

#modelString

The model of the discovered device.

Returns:

  • (String)


1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 1437

class DiscoveredDeviceSummary < Struct.new(
  :connector_device_id,
  :connector_device_name,
  :device_types,
  :managed_thing_id,
  :modification,
  :discovered_at,
  :brand,
  :model,
  :authentication_material)
  SENSITIVE = [:connector_device_id, :connector_device_name, :brand, :model, :authentication_material]
  include Aws::Structure
end

#modificationString

The status of the discovered device, indicating whether it has been added, removed, or modified since the last discovery.

Returns:

  • (String)


1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 1437

class DiscoveredDeviceSummary < Struct.new(
  :connector_device_id,
  :connector_device_name,
  :device_types,
  :managed_thing_id,
  :modification,
  :discovered_at,
  :brand,
  :model,
  :authentication_material)
  SENSITIVE = [:connector_device_id, :connector_device_name, :brand, :model, :authentication_material]
  include Aws::Structure
end