Class: Aws::IoT::Types::ListAuditFindingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListAuditFindingsResponse
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#findings ⇒ Array<Types::AuditFinding>
The findings (results) of the audit.
-
#next_token ⇒ String
A token that can be used to retrieve the next set of results, or
null
if there are no additional results.
Instance Attribute Details
#findings ⇒ Array<Types::AuditFinding>
The findings (results) of the audit.
10090 10091 10092 10093 10094 10095 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10090 class ListAuditFindingsResponse < Struct.new( :findings, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token that can be used to retrieve the next set of results, or
null
if there are no additional results.
10090 10091 10092 10093 10094 10095 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10090 class ListAuditFindingsResponse < Struct.new( :findings, :next_token) SENSITIVE = [] include Aws::Structure end |