Class: Aws::IoT::Types::DescribeAuditFindingResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DescribeAuditFindingResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#finding ⇒ Types::AuditFinding
The findings (results) of the audit.
Instance Attribute Details
#finding ⇒ Types::AuditFinding
The findings (results) of the audit.
5105 5106 5107 5108 5109 |
# File 'lib/aws-sdk-iot/types.rb', line 5105 class DescribeAuditFindingResponse < Struct.new( :finding) SENSITIVE = [] include Aws::Structure end |