Class: Aws::SecurityHub::Types::DeleteInsightRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::DeleteInsightRequest
- Defined in:
- gems/aws-sdk-securityhub/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.
23154 23155 23156 23157 23158 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23154 class DeleteInsightRequest < Struct.new( :insight_arn) SENSITIVE = [] include Aws::Structure end |