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

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#task_idString

The ID of the on-demand audit you started.

Returns:

  • (String)


16623
16624
16625
16626
16627
# File 'lib/aws-sdk-iot/types.rb', line 16623

class StartOnDemandAuditTaskResponse < Struct.new(
  :task_id)
  SENSITIVE = []
  include Aws::Structure
end