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.
      4921 4922 4923 4924 4925  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 4921 class DescribeAuditFindingResponse < Struct.new( :finding) SENSITIVE = [] include Aws::Structure end  |