Class: Aws::IoT::Types::StartOnDemandAuditTaskResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

#task_idString

The ID of the on-demand audit you started.

Returns:

  • (String)


9450
9451
9452
9453
# File 'lib/aws-sdk-iot/types.rb', line 9450

class StartOnDemandAuditTaskResponse < Struct.new(
  :task_id)
  include Aws::Structure
end