Class: Aws::IoTManagedIntegrations::Types::DeviceDiscoverySummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::DeviceDiscoverySummary
- Defined in:
- gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb
Overview
Structure containing summary information about a device discovery job, including its identifier, type, and status.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#discovery_type ⇒ String
The type of discovery process used to find devices.
-
#id ⇒ String
The unique identifier of the device discovery job.
-
#status ⇒ String
The current status of the device discovery job.
Instance Attribute Details
#discovery_type ⇒ String
The type of discovery process used to find devices.
1384 1385 1386 1387 1388 1389 1390 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 1384 class DeviceDiscoverySummary < Struct.new( :id, :discovery_type, :status) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the device discovery job.
1384 1385 1386 1387 1388 1389 1390 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 1384 class DeviceDiscoverySummary < Struct.new( :id, :discovery_type, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the device discovery job.
1384 1385 1386 1387 1388 1389 1390 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 1384 class DeviceDiscoverySummary < Struct.new( :id, :discovery_type, :status) SENSITIVE = [] include Aws::Structure end |