Class: Aws::IoT::Types::NonCompliantResource
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IoT::Types::NonCompliantResource
 
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
Information about the resource that was noncompliant with the audit check.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #additional_info  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Other information about the noncompliant resource. 
- 
  
    
      #resource_identifier  ⇒ Types::ResourceIdentifier 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Information that identifies the noncompliant resource. 
- 
  
    
      #resource_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The type of the noncompliant resource. 
Instance Attribute Details
#additional_info ⇒ Hash<String,String>
Other information about the noncompliant resource.
| 13487 13488 13489 13490 13491 13492 13493 | # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13487 class NonCompliantResource < Struct.new( :resource_type, :resource_identifier, :additional_info) SENSITIVE = [] include Aws::Structure end | 
#resource_identifier ⇒ Types::ResourceIdentifier
Information that identifies the noncompliant resource.
| 13487 13488 13489 13490 13491 13492 13493 | # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13487 class NonCompliantResource < Struct.new( :resource_type, :resource_identifier, :additional_info) SENSITIVE = [] include Aws::Structure end | 
#resource_type ⇒ String
The type of the noncompliant resource.
| 13487 13488 13489 13490 13491 13492 13493 | # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13487 class NonCompliantResource < Struct.new( :resource_type, :resource_identifier, :additional_info) SENSITIVE = [] include Aws::Structure end |