Class: Aws::IoT::Types::ListAuditMitigationActionsTasksResponse

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

The token for the next set of results.

Returns:

  • (String)


9274
9275
9276
9277
9278
9279
# File 'lib/aws-sdk-iot/types.rb', line 9274

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

#tasksArray<Types::AuditMitigationActionsTaskMetadata>

The collection of audit mitigation tasks that matched the filter criteria.



9274
9275
9276
9277
9278
9279
# File 'lib/aws-sdk-iot/types.rb', line 9274

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