Class: Aws::Inspector::Types::DeleteAssessmentRunRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::DeleteAssessmentRunRequest
- Defined in:
- gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb
Overview
Note:
When making an API call, you may pass DeleteAssessmentRunRequest data as a hash:
{
assessment_run_arn: "Arn", # required
}
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.
982 983 984 985 986 |
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 982 class DeleteAssessmentRunRequest < Struct.new( :assessment_run_arn) SENSITIVE = [] include Aws::Structure end |