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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/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 'gems/aws-sdk-iot/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 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9274

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