Class: Aws::IoT::Types::ListAuditFindingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListAuditFindingsResponse
- Includes:
- Structure
- Defined in:
- 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.
10084 10085 10086 10087 10088 10089 |
# File 'lib/aws-sdk-iot/types.rb', line 10084 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.
10084 10085 10086 10087 10088 10089 |
# File 'lib/aws-sdk-iot/types.rb', line 10084 class ListAuditFindingsResponse < Struct.new( :findings, :next_token) SENSITIVE = [] include Aws::Structure end |