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.
4993 4994 4995 4996 4997 |
# File 'lib/aws-sdk-iot/types.rb', line 4993 class DescribeAuditFindingResponse < Struct.new( :finding) SENSITIVE = [] include Aws::Structure end |