Class: Aws::IoT::Types::ListAuditMitigationActionsTasksResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListAuditMitigationActionsTasksResponse
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token for the next set of results.
-
#tasks ⇒ Array<Types::AuditMitigationActionsTaskMetadata>
The collection of audit mitigation tasks that matched the filter criteria.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of results.
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 |
#tasks ⇒ Array<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 |