Class: Aws::IoTManagedIntegrations::Types::StartDeviceDiscoveryResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The id of the device discovery job request.

Returns:

  • (String)


4636
4637
4638
4639
4640
4641
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4636

class StartDeviceDiscoveryResponse < Struct.new(
  :id,
  :started_at)
  SENSITIVE = []
  include Aws::Structure
end

#started_atTime

The timestamp value for the start time of the device discovery.

Returns:

  • (Time)


4636
4637
4638
4639
4640
4641
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4636

class StartDeviceDiscoveryResponse < Struct.new(
  :id,
  :started_at)
  SENSITIVE = []
  include Aws::Structure
end