Class: Aws::SecurityHub::Types::DeleteInsightRequest

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 to delete.

Returns:

  • (String)


24058
24059
24060
24061
24062
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24058

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