AssessmentTarget

public struct AssessmentTarget : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The ARN that specifies the Amazon Inspector assessment target.

    Declaration

    Swift

    public let arn: String
  • The time at which the assessment target is created.

    Declaration

    Swift

    public let createdAt: TimeStamp
  • The name of the Amazon Inspector assessment target.

    Declaration

    Swift

    public let name: String
  • The ARN that specifies the resource group that is associated with the assessment target.

    Declaration

    Swift

    public let resourceGroupArn: String?
  • The time at which UpdateAssessmentTarget is called.

    Declaration

    Swift

    public let updatedAt: TimeStamp
  • Undocumented

    Declaration

    Swift

    public init(arn: String, createdAt: TimeStamp, name: String, resourceGroupArn: String? = nil, updatedAt: TimeStamp)