Class: Aws::IoT::Types::ListMitigationActionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListMitigationActionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_type ⇒ String
Specify a value to limit the result to mitigation actions with a specific action type.
-
#max_results ⇒ Integer
The maximum number of results to return at one time.
-
#next_token ⇒ String
The token for the next set of results.
Instance Attribute Details
#action_type ⇒ String
Specify a value to limit the result to mitigation actions with a specific action type.
10575 10576 10577 10578 10579 10580 10581 |
# File 'lib/aws-sdk-iot/types.rb', line 10575 class ListMitigationActionsRequest < Struct.new( :action_type, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return at one time. The default is 25.
10575 10576 10577 10578 10579 10580 10581 |
# File 'lib/aws-sdk-iot/types.rb', line 10575 class ListMitigationActionsRequest < Struct.new( :action_type, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results.
10575 10576 10577 10578 10579 10580 10581 |
# File 'lib/aws-sdk-iot/types.rb', line 10575 class ListMitigationActionsRequest < Struct.new( :action_type, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |