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

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

Overview

The findings (results) of the audit.

Instance Attribute Summary collapse

Instance Attribute Details

#check_nameString

The audit check that generated this result.

Returns:

  • (String)


737
738
739
740
741
742
743
744
745
746
747
748
# File 'lib/aws-sdk-iot/types.rb', line 737

class AuditFinding < Struct.new(
  :task_id,
  :check_name,
  :task_start_time,
  :finding_time,
  :severity,
  :non_compliant_resource,
  :related_resources,
  :reason_for_non_compliance,
  :reason_for_non_compliance_code)
  include Aws::Structure
end

#finding_timeTime

The time the result (finding) was discovered.

Returns:

  • (Time)


737
738
739
740
741
742
743
744
745
746
747
748
# File 'lib/aws-sdk-iot/types.rb', line 737

class AuditFinding < Struct.new(
  :task_id,
  :check_name,
  :task_start_time,
  :finding_time,
  :severity,
  :non_compliant_resource,
  :related_resources,
  :reason_for_non_compliance,
  :reason_for_non_compliance_code)
  include Aws::Structure
end

#non_compliant_resourceTypes::NonCompliantResource

The resource that was found to be non-compliant with the audit check.



737
738
739
740
741
742
743
744
745
746
747
748
# File 'lib/aws-sdk-iot/types.rb', line 737

class AuditFinding < Struct.new(
  :task_id,
  :check_name,
  :task_start_time,
  :finding_time,
  :severity,
  :non_compliant_resource,
  :related_resources,
  :reason_for_non_compliance,
  :reason_for_non_compliance_code)
  include Aws::Structure
end

#reason_for_non_complianceString

The reason the resource was non-compliant.

Returns:

  • (String)


737
738
739
740
741
742
743
744
745
746
747
748
# File 'lib/aws-sdk-iot/types.rb', line 737

class AuditFinding < Struct.new(
  :task_id,
  :check_name,
  :task_start_time,
  :finding_time,
  :severity,
  :non_compliant_resource,
  :related_resources,
  :reason_for_non_compliance,
  :reason_for_non_compliance_code)
  include Aws::Structure
end

#reason_for_non_compliance_codeString

A code which indicates the reason that the resource was non-compliant.

Returns:

  • (String)


737
738
739
740
741
742
743
744
745
746
747
748
# File 'lib/aws-sdk-iot/types.rb', line 737

class AuditFinding < Struct.new(
  :task_id,
  :check_name,
  :task_start_time,
  :finding_time,
  :severity,
  :non_compliant_resource,
  :related_resources,
  :reason_for_non_compliance,
  :reason_for_non_compliance_code)
  include Aws::Structure
end

The list of related resources.

Returns:



737
738
739
740
741
742
743
744
745
746
747
748
# File 'lib/aws-sdk-iot/types.rb', line 737

class AuditFinding < Struct.new(
  :task_id,
  :check_name,
  :task_start_time,
  :finding_time,
  :severity,
  :non_compliant_resource,
  :related_resources,
  :reason_for_non_compliance,
  :reason_for_non_compliance_code)
  include Aws::Structure
end

#severityString

The severity of the result (finding).

Returns:

  • (String)


737
738
739
740
741
742
743
744
745
746
747
748
# File 'lib/aws-sdk-iot/types.rb', line 737

class AuditFinding < Struct.new(
  :task_id,
  :check_name,
  :task_start_time,
  :finding_time,
  :severity,
  :non_compliant_resource,
  :related_resources,
  :reason_for_non_compliance,
  :reason_for_non_compliance_code)
  include Aws::Structure
end

#task_idString

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

Returns:

  • (String)


737
738
739
740
741
742
743
744
745
746
747
748
# File 'lib/aws-sdk-iot/types.rb', line 737

class AuditFinding < Struct.new(
  :task_id,
  :check_name,
  :task_start_time,
  :finding_time,
  :severity,
  :non_compliant_resource,
  :related_resources,
  :reason_for_non_compliance,
  :reason_for_non_compliance_code)
  include Aws::Structure
end

#task_start_timeTime

The time the audit started.

Returns:

  • (Time)


737
738
739
740
741
742
743
744
745
746
747
748
# File 'lib/aws-sdk-iot/types.rb', line 737

class AuditFinding < Struct.new(
  :task_id,
  :check_name,
  :task_start_time,
  :finding_time,
  :severity,
  :non_compliant_resource,
  :related_resources,
  :reason_for_non_compliance,
  :reason_for_non_compliance_code)
  include Aws::Structure
end