Class CreateAssessmentTargetRequest

    • Method Detail

      • assessmentTargetName

        public final String assessmentTargetName()

        The user-defined name that identifies the assessment target that you want to create. The name must be unique within the AWS account.

        Returns:
        The user-defined name that identifies the assessment target that you want to create. The name must be unique within the AWS account.
      • resourceGroupArn

        public final String resourceGroupArn()

        The ARN that specifies the resource group that is used to create the assessment target. If resourceGroupArn is not specified, all EC2 instances in the current AWS account and region are included in the assessment target.

        Returns:
        The ARN that specifies the resource group that is used to create the assessment target. If resourceGroupArn is not specified, all EC2 instances in the current AWS account and region are included in the assessment target.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object