GetAssessmentTargetResult

data class GetAssessmentTargetResult(val arn: String? = null, val resourceGroupArn: String? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, resourceGroupArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) that specifies the assessment target that is created.

Link copied to clipboard

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.