AssessmentTarget class

Contains information about an Amazon Inspector application. This data type is used as the response element in the DescribeAssessmentTargets action.

Constructors

AssessmentTarget({required String arn, required DateTime createdAt, required String name, required DateTime updatedAt, String? resourceGroupArn})
AssessmentTarget.fromJson(Map<String, dynamic> json)
factory

Properties

arn String
The ARN that specifies the Amazon Inspector assessment target.
final
createdAt DateTime
The time at which the assessment target is created.
final
hashCode int
The hash code for this object.
no setterinherited
name String
The name of the Amazon Inspector assessment target.
final
resourceGroupArn String?
The ARN that specifies the resource group that is associated with the assessment target.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updatedAt DateTime
The time at which UpdateAssessmentTarget is called.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited