Class: Aws::IoT::Types::AuditFinding

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Overview

The findings (results) of the audit.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#check_nameString

The audit check that generated this result.

Returns:

  • (String)


829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 829

class AuditFinding < Struct.new(
  :finding_id,
  :task_id,
  :check_name,
  :task_start_time,
  :finding_time,
  :severity,
  :non_compliant_resource,
  :related_resources,
  :reason_for_non_compliance,
  :reason_for_non_compliance_code,
  :is_suppressed)
  SENSITIVE = []
  include Aws::Structure
end

#finding_idString

A unique identifier for this set of audit findings. This identifier is used to apply mitigation tasks to one or more sets of findings.

Returns:

  • (String)


829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 829

class AuditFinding < Struct.new(
  :finding_id,
  :task_id,
  :check_name,
  :task_start_time,
  :finding_time,
  :severity,
  :non_compliant_resource,
  :related_resources,
  :reason_for_non_compliance,
  :reason_for_non_compliance_code,
  :is_suppressed)
  SENSITIVE = []
  include Aws::Structure
end

#finding_timeTime

The time the result (finding) was discovered.

Returns:

  • (Time)


829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 829

class AuditFinding < Struct.new(
  :finding_id,
  :task_id,
  :check_name,
  :task_start_time,
  :finding_time,
  :severity,
  :non_compliant_resource,
  :related_resources,
  :reason_for_non_compliance,
  :reason_for_non_compliance_code,
  :is_suppressed)
  SENSITIVE = []
  include Aws::Structure
end

#is_suppressedBoolean

Indicates whether the audit finding was suppressed or not during reporting.

Returns:

  • (Boolean)


829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 829

class AuditFinding < Struct.new(
  :finding_id,
  :task_id,
  :check_name,
  :task_start_time,
  :finding_time,
  :severity,
  :non_compliant_resource,
  :related_resources,
  :reason_for_non_compliance,
  :reason_for_non_compliance_code,
  :is_suppressed)
  SENSITIVE = []
  include Aws::Structure
end

#non_compliant_resourceTypes::NonCompliantResource

The resource that was found to be noncompliant with the audit check.



829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 829

class AuditFinding < Struct.new(
  :finding_id,
  :task_id,
  :check_name,
  :task_start_time,
  :finding_time,
  :severity,
  :non_compliant_resource,
  :related_resources,
  :reason_for_non_compliance,
  :reason_for_non_compliance_code,
  :is_suppressed)
  SENSITIVE = []
  include Aws::Structure
end

#reason_for_non_complianceString

The reason the resource was noncompliant.

Returns:

  • (String)


829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 829

class AuditFinding < Struct.new(
  :finding_id,
  :task_id,
  :check_name,
  :task_start_time,
  :finding_time,
  :severity,
  :non_compliant_resource,
  :related_resources,
  :reason_for_non_compliance,
  :reason_for_non_compliance_code,
  :is_suppressed)
  SENSITIVE = []
  include Aws::Structure
end

#reason_for_non_compliance_codeString

A code that indicates the reason that the resource was noncompliant.

Returns:

  • (String)


829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 829

class AuditFinding < Struct.new(
  :finding_id,
  :task_id,
  :check_name,
  :task_start_time,
  :finding_time,
  :severity,
  :non_compliant_resource,
  :related_resources,
  :reason_for_non_compliance,
  :reason_for_non_compliance_code,
  :is_suppressed)
  SENSITIVE = []
  include Aws::Structure
end

The list of related resources.

Returns:



829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 829

class AuditFinding < Struct.new(
  :finding_id,
  :task_id,
  :check_name,
  :task_start_time,
  :finding_time,
  :severity,
  :non_compliant_resource,
  :related_resources,
  :reason_for_non_compliance,
  :reason_for_non_compliance_code,
  :is_suppressed)
  SENSITIVE = []
  include Aws::Structure
end

#severityString

The severity of the result (finding).

Returns:

  • (String)


829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 829

class AuditFinding < Struct.new(
  :finding_id,
  :task_id,
  :check_name,
  :task_start_time,
  :finding_time,
  :severity,
  :non_compliant_resource,
  :related_resources,
  :reason_for_non_compliance,
  :reason_for_non_compliance_code,
  :is_suppressed)
  SENSITIVE = []
  include Aws::Structure
end

#task_idString

The ID of the audit that generated this result (finding).

Returns:

  • (String)


829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 829

class AuditFinding < Struct.new(
  :finding_id,
  :task_id,
  :check_name,
  :task_start_time,
  :finding_time,
  :severity,
  :non_compliant_resource,
  :related_resources,
  :reason_for_non_compliance,
  :reason_for_non_compliance_code,
  :is_suppressed)
  SENSITIVE = []
  include Aws::Structure
end

#task_start_timeTime

The time the audit started.

Returns:

  • (Time)


829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 829

class AuditFinding < Struct.new(
  :finding_id,
  :task_id,
  :check_name,
  :task_start_time,
  :finding_time,
  :severity,
  :non_compliant_resource,
  :related_resources,
  :reason_for_non_compliance,
  :reason_for_non_compliance_code,
  :is_suppressed)
  SENSITIVE = []
  include Aws::Structure
end