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)


10250
10251
10252
10253
10254
10255
# File 'lib/aws-sdk-iot/types.rb', line 10250

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

#suppressionsArray<Types::AuditSuppression>

List of audit suppressions.

Returns:



10250
10251
10252
10253
10254
10255
# File 'lib/aws-sdk-iot/types.rb', line 10250

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