Class: Aws::IoT::Types::NonCompliantResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::NonCompliantResource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
Information about the resource that was non-compliant with the audit check.
Instance Attribute Summary collapse
-
#additional_info ⇒ Hash<String,String>
Additional information about the non-compliant resource.
-
#resource_identifier ⇒ Types::ResourceIdentifier
Information identifying the non-compliant resource.
-
#resource_type ⇒ String
The type of the non-compliant resource.
Instance Attribute Details
#additional_info ⇒ Hash<String,String>
Additional information about the non-compliant resource.
7927 7928 7929 7930 7931 7932 |
# File 'lib/aws-sdk-iot/types.rb', line 7927 class NonCompliantResource < Struct.new( :resource_type, :resource_identifier, :additional_info) include Aws::Structure end |
#resource_identifier ⇒ Types::ResourceIdentifier
Information identifying the non-compliant resource.
7927 7928 7929 7930 7931 7932 |
# File 'lib/aws-sdk-iot/types.rb', line 7927 class NonCompliantResource < Struct.new( :resource_type, :resource_identifier, :additional_info) include Aws::Structure end |
#resource_type ⇒ String
The type of the non-compliant resource.
7927 7928 7929 7930 7931 7932 |
# File 'lib/aws-sdk-iot/types.rb', line 7927 class NonCompliantResource < Struct.new( :resource_type, :resource_identifier, :additional_info) include Aws::Structure end |