Class: Aws::IoT::Types::AuditFinding
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::AuditFinding
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
The findings (results) of the audit.
Instance Attribute Summary collapse
-
#check_name ⇒ String
The audit check that generated this result.
-
#finding_time ⇒ Time
The time the result (finding) was discovered.
-
#non_compliant_resource ⇒ Types::NonCompliantResource
The resource that was found to be non-compliant with the audit check.
-
#reason_for_non_compliance ⇒ String
The reason the resource was non-compliant.
-
#reason_for_non_compliance_code ⇒ String
A code which indicates the reason that the resource was non-compliant.
-
#related_resources ⇒ Array<Types::RelatedResource>
The list of related resources.
-
#severity ⇒ String
The severity of the result (finding).
-
#task_id ⇒ String
The ID of the audit that generated this result (finding).
-
#task_start_time ⇒ Time
The time the audit started.
Instance Attribute Details
#check_name ⇒ String
The audit check that generated this result.
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_time ⇒ Time
The time the result (finding) was discovered.
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_resource ⇒ Types::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_compliance ⇒ String
The reason the resource was non-compliant.
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_code ⇒ String
A code which indicates the reason that the resource was non-compliant.
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 |
#related_resources ⇒ Array<Types::RelatedResource>
The list of related resources.
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 |
#severity ⇒ String
The severity of the result (finding).
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_id ⇒ String
The ID of the audit that generated this result (finding)
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_time ⇒ Time
The time the audit started.
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 |