Class: Aws::IoT::Types::ListActiveViolationsResponse

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

#active_violationsArray<Types::ActiveViolation>

The list of active violations.

Returns:



9043
9044
9045
9046
9047
9048
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9043

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

#next_tokenString

A token that can be used to retrieve the next set of results, or null if there are no additional results.

Returns:

  • (String)


9043
9044
9045
9046
9047
9048
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9043

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