Class: Aws::IoT::Types::ListAuditSuppressionsResponse

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

#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)


10256
10257
10258
10259
10260
10261
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10256

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

#suppressionsArray<Types::AuditSuppression>

List of audit suppressions.

Returns:



10256
10257
10258
10259
10260
10261
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10256

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