Class: Aws::IoT::Types::NonCompliantResource

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#additional_infoHash<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_identifierTypes::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_typeString

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