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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/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)


23124
23125
23126
23127
23128
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23124

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