Class: Aws::IoT::Types::ListAuditFindingsResponse

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

#findingsArray<Types::AuditFinding>

The findings (results) of the audit.

Returns:



9161
9162
9163
9164
9165
9166
# File 'lib/aws-sdk-iot/types.rb', line 9161

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

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


9161
9162
9163
9164
9165
9166
# File 'lib/aws-sdk-iot/types.rb', line 9161

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