Class: Aws::SecurityHub::Types::DeleteInsightResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::DeleteInsightResponse
- 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 that was deleted.
Instance Attribute Details
#insight_arn ⇒ String
The ARN of the insight that was deleted.
24107 24108 24109 24110 24111 |
# File 'lib/aws-sdk-securityhub/types.rb', line 24107 class DeleteInsightResponse < Struct.new( :insight_arn) SENSITIVE = [] include Aws::Structure end |