class Aws::Inspector::Types::AssessmentTemplate
Contains information about an Amazon Inspector
assessment template. This data type is used as the response element in the DescribeAssessmentTemplates action.
@!attribute [rw] arn
The ARN of the assessment template. @return [String]
@!attribute [rw] name
The name of the assessment template. @return [String]
@!attribute [rw] assessment_target_arn
The ARN of the assessment target that corresponds to this assessment template. @return [String]
@!attribute [rw] duration_in_seconds
The duration in seconds specified for this assessment template. The default value is 3600 seconds (one hour). The maximum value is 86400 seconds (one day). @return [Integer]
@!attribute [rw] rules_package_arns
The rules packages that are specified for this assessment template. @return [Array<String>]
@!attribute [rw] user_attributes_for_findings
The user-defined attributes that are assigned to every generated finding from the assessment run that uses this assessment template. @return [Array<Types::Attribute>]
@!attribute [rw] last_assessment_run_arn
The Amazon Resource Name (ARN) of the most recent assessment run associated with this assessment template. This value exists only when the value of assessmentRunCount is greaterpa than zero. @return [String]
@!attribute [rw] assessment_run_count
The number of existing assessment runs associated with this assessment template. This value can be zero or a positive integer. @return [Integer]
@!attribute [rw] created_at
The time at which the assessment template is created. @return [Time]
@see docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/AssessmentTemplate AWS API Documentation
Constants
- SENSITIVE