class Aws::Inspector::Types::AssessmentRun
A snapshot of an Amazon Inspector
assessment run that contains the findings of the assessment run .
Used as the response element in the DescribeAssessmentRuns action.
@!attribute [rw] arn
The ARN of the assessment run. @return [String]
@!attribute [rw] name
The auto-generated name for the assessment run. @return [String]
@!attribute [rw] assessment_template_arn
The ARN of the assessment template that is associated with the assessment run. @return [String]
@!attribute [rw] state
The state of the assessment run. @return [String]
@!attribute [rw] duration_in_seconds
The duration of the assessment run. @return [Integer]
@!attribute [rw] rules_package_arns
The rules packages selected for the assessment run. @return [Array<String>]
@!attribute [rw] user_attributes_for_findings
The user-defined attributes that are assigned to every generated finding. @return [Array<Types::Attribute>]
@!attribute [rw] created_at
The time when StartAssessmentRun was called. @return [Time]
@!attribute [rw] started_at
The time when StartAssessmentRun was called. @return [Time]
@!attribute [rw] completed_at
The assessment run completion time that corresponds to the rules packages evaluation completion time or failure. @return [Time]
@!attribute [rw] state_changed_at
The last time when the assessment run's state changed. @return [Time]
@!attribute [rw] data_collected
A Boolean value (true or false) that specifies whether the process of collecting data from the agents is completed. @return [Boolean]
@!attribute [rw] state_changes
A list of the assessment run state changes. @return [Array<Types::AssessmentRunStateChange>]
@!attribute [rw] notifications
A list of notifications for the event subscriptions. A notification about a particular generated finding is added to this list only once. @return [Array<Types::AssessmentRunNotification>]
@!attribute [rw] finding_counts
Provides a total count of generated findings per severity. @return [Hash<String,Integer>]
@see docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/AssessmentRun AWS API Documentation
Constants
- SENSITIVE