You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Inspector::Types::CreateAssessmentTargetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::CreateAssessmentTargetRequest
- Defined in:
- (unknown)
Overview
Note:
When passing CreateAssessmentTargetRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
assessment_target_name: "AssessmentTargetName", # required
resource_group_arn: "Arn",
}
Instance Attribute Summary collapse
-
#assessment_target_name ⇒ String
The user-defined name that identifies the assessment target that you want to create.
-
#resource_group_arn ⇒ String
The ARN that specifies the resource group that is used to create the assessment target.
Instance Attribute Details
#assessment_target_name ⇒ String
The user-defined name that identifies the assessment target that you want to create. The name must be unique within the AWS account.
#resource_group_arn ⇒ String
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.