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.



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_tokenString

The token for the next set of results.

Returns:

  • (String)


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