Class: Aws::Inspector::Types::DeleteAssessmentTargetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::DeleteAssessmentTargetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assessment_target_arn ⇒ String
The ARN that specifies the assessment target that you want to delete.
Instance Attribute Details
#assessment_target_arn ⇒ String
The ARN that specifies the assessment target that you want to delete.
872 873 874 875 876 |
# File 'lib/aws-sdk-inspector/types.rb', line 872 class DeleteAssessmentTargetRequest < Struct.new( :assessment_target_arn) SENSITIVE = [] include Aws::Structure end |