Class: Aws::IoT::Types::ListAuditTasksResponse

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

#next_tokenString

A token that can be used to retrieve the next set of results, or ‘null` if there are no additional results.

Returns:

  • (String)


9384
9385
9386
9387
9388
9389
# File 'lib/aws-sdk-iot/types.rb', line 9384

class ListAuditTasksResponse < Struct.new(
  :tasks,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#tasksArray<Types::AuditTaskMetadata>

The audits that were performed during the specified time period.

Returns:



9384
9385
9386
9387
9388
9389
# File 'lib/aws-sdk-iot/types.rb', line 9384

class ListAuditTasksResponse < Struct.new(
  :tasks,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end