Class: Aws::IoTManagedIntegrations::Types::StartDeviceDiscoveryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::StartDeviceDiscoveryResponse
- Defined in:
- gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The id of the device discovery job request.
-
#started_at ⇒ Time
The timestamp value for the start time of the device discovery.
Instance Attribute Details
#id ⇒ String
The id of the device discovery job request.
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_at ⇒ Time
The timestamp value for the start time of the device discovery.
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 |