Class: Aws::Inspector::Types::CreateAssessmentTargetRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#assessment_target_nameString

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

Returns:

  • (String)


727
728
729
730
731
732
# File 'gems/aws-sdk-inspector/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_arnString

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:

  • (String)


727
728
729
730
731
732
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 727

class CreateAssessmentTargetRequest < Struct.new(
  :assessment_target_name,
  :resource_group_arn)
  SENSITIVE = []
  include Aws::Structure
end