Class: Aws::IoT::Types::ListDetectMitigationActionsExecutionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListDetectMitigationActionsExecutionsResponse
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#actions_executions ⇒ Array<Types::DetectMitigationActionExecution>
List of actions executions.
-
#next_token ⇒ String
A token that can be used to retrieve the next set of results, or
null
if there are no additional results.
Instance Attribute Details
#actions_executions ⇒ Array<Types::DetectMitigationActionExecution>
List of actions executions.
10791 10792 10793 10794 10795 10796 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10791 class ListDetectMitigationActionsExecutionsResponse < Struct.new( :actions_executions, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token that can be used to retrieve the next set of results, or
null
if there are no additional results.
10791 10792 10793 10794 10795 10796 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10791 class ListDetectMitigationActionsExecutionsResponse < Struct.new( :actions_executions, :next_token) SENSITIVE = [] include Aws::Structure end |