Class: Aws::IoT::Types::ListMitigationActionsResponse

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_identifiersArray<Types::MitigationActionIdentifier>

A set of actions that matched the specified filter criteria.



11329
11330
11331
11332
11333
11334
# File 'lib/aws-sdk-iot/types.rb', line 11329

class ListMitigationActionsResponse < Struct.new(
  :action_identifiers,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results.

Returns:

  • (String)


11329
11330
11331
11332
11333
11334
# File 'lib/aws-sdk-iot/types.rb', line 11329

class ListMitigationActionsResponse < Struct.new(
  :action_identifiers,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end