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)


10203
10204
10205
10206
10207
10208
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10203

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.



10203
10204
10205
10206
10207
10208
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10203

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