Class: Aws::SecurityHub::Types::DeleteInsightResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#insight_arnString

The ARN of the insight that was deleted.

Returns:

  • (String)


24116
24117
24118
24119
24120
# File 'lib/aws-sdk-securityhub/types.rb', line 24116

class DeleteInsightResponse < Struct.new(
  :insight_arn)
  SENSITIVE = []
  include Aws::Structure
end