Class: Aws::IoT::Types::ListMitigationActionsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_typeString

Specify a value to limit the result to mitigation actions with a specific action type.

Returns:

  • (String)


10250
10251
10252
10253
10254
10255
10256
# File 'lib/aws-sdk-iot/types.rb', line 10250

class ListMitigationActionsRequest < Struct.new(
  :action_type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return at one time. The default is 25.

Returns:

  • (Integer)


10250
10251
10252
10253
10254
10255
10256
# File 'lib/aws-sdk-iot/types.rb', line 10250

class ListMitigationActionsRequest < Struct.new(
  :action_type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results.

Returns:

  • (String)


10250
10251
10252
10253
10254
10255
10256
# File 'lib/aws-sdk-iot/types.rb', line 10250

class ListMitigationActionsRequest < Struct.new(
  :action_type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end