Class: Aws::IoT::Types::ListAuditSuppressionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListAuditSuppressionsResponse
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token that can be used to retrieve the next set of results, or
null
if there are no additional results. -
#suppressions ⇒ Array<Types::AuditSuppression>
List of audit suppressions.
Instance Attribute Details
#next_token ⇒ String
A token that can be used to retrieve the next set of results, or
null
if there are no additional results.
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 |
#suppressions ⇒ Array<Types::AuditSuppression>
List of audit suppressions.
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 |