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

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

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


9327
9328
9329
9330
9331
9332
# File 'lib/aws-sdk-iot/types.rb', line 9327

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

#suppressionsArray<Types::AuditSuppression>

List of audit suppressions.

Returns:



9327
9328
9329
9330
9331
9332
# File 'lib/aws-sdk-iot/types.rb', line 9327

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