Class: Aws::SecurityHub::Types::DeleteInsightRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::DeleteInsightRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#insight_arn ⇒ String
The ARN of the insight to delete.
Instance Attribute Details
#insight_arn ⇒ String
The ARN of the insight to delete.
24095 24096 24097 24098 24099 |
# File 'lib/aws-sdk-securityhub/types.rb', line 24095 class DeleteInsightRequest < Struct.new( :insight_arn) SENSITIVE = [] include Aws::Structure end |