Class: Aws::IoT::Types::ListMitigationActionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListMitigationActionsResponse
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_identifiers ⇒ Array<Types::MitigationActionIdentifier>
A set of actions that matched the specified filter criteria.
-
#next_token ⇒ String
The token for the next set of results.
Instance Attribute Details
#action_identifiers ⇒ Array<Types::MitigationActionIdentifier>
A set of actions that matched the specified filter criteria.
11335 11336 11337 11338 11339 11340 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11335 class ListMitigationActionsResponse < Struct.new( :action_identifiers, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results.
11335 11336 11337 11338 11339 11340 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11335 class ListMitigationActionsResponse < Struct.new( :action_identifiers, :next_token) SENSITIVE = [] include Aws::Structure end |