Class: Aws::Inspector::Types::DeleteAssessmentRunRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::DeleteAssessmentRunRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assessment_run_arn ⇒ String
The ARN that specifies the assessment run that you want to delete.
Instance Attribute Details
#assessment_run_arn ⇒ String
The ARN that specifies the assessment run that you want to delete.
859 860 861 862 863 |
# File 'lib/aws-sdk-inspector/types.rb', line 859 class DeleteAssessmentRunRequest < Struct.new( :assessment_run_arn) SENSITIVE = [] include Aws::Structure end |