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

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

Instance Attribute Details

#additional_infoHash<String,String>

Other information about the noncompliant resource.

Returns:

  • (Hash<String,String>)


12171
12172
12173
12174
12175
12176
12177
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12171

class NonCompliantResource < Struct.new(
  :resource_type,
  :resource_identifier,
  :additional_info)
  SENSITIVE = []
  include Aws::Structure
end

#resource_identifierTypes::ResourceIdentifier

Information that identifies the noncompliant resource.



12171
12172
12173
12174
12175
12176
12177
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12171

class NonCompliantResource < Struct.new(
  :resource_type,
  :resource_identifier,
  :additional_info)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of the noncompliant resource.

Returns:

  • (String)


12171
12172
12173
12174
12175
12176
12177
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12171

class NonCompliantResource < Struct.new(
  :resource_type,
  :resource_identifier,
  :additional_info)
  SENSITIVE = []
  include Aws::Structure
end