Class: Aws::IoT::Types::ListMitigationActionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListMitigationActionsResponse
- Includes:
- Structure
- Defined in:
- 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.
10591 10592 10593 10594 10595 10596 |
# File 'lib/aws-sdk-iot/types.rb', line 10591 class ListMitigationActionsResponse < Struct.new( :action_identifiers, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results.
10591 10592 10593 10594 10595 10596 |
# File 'lib/aws-sdk-iot/types.rb', line 10591 class ListMitigationActionsResponse < Struct.new( :action_identifiers, :next_token) SENSITIVE = [] include Aws::Structure end |