Class: Aws::Inspector::Types::CreateAssessmentTargetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::CreateAssessmentTargetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
727 728 729 730 731 732 |
# File 'lib/aws-sdk-inspector/types.rb', line 727 class CreateAssessmentTargetRequest < Struct.new( :assessment_target_name, :resource_group_arn) SENSITIVE = [] include Aws::Structure end |
#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.
727 728 729 730 731 732 |
# File 'lib/aws-sdk-inspector/types.rb', line 727 class CreateAssessmentTargetRequest < Struct.new( :assessment_target_name, :resource_group_arn) SENSITIVE = [] include Aws::Structure end |