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)


770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 770

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)


770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 770

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)


770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 770

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)


770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 770

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.



770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 770

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)


770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 770

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)


770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 770

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:



770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 770

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)


770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 770

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)


770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 770

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)


770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 770

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