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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/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.



10266
10267
10268
10269
10270
10271
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10266

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)


10266
10267
10268
10269
10270
10271
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10266

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