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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotmanagedintegrations/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)


4612
4613
4614
4615
4616
4617
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4612

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)


4612
4613
4614
4615
4616
4617
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4612

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