Class: Aws::SecurityHub::Types::CreateInsightResponse

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 created.

Returns:

  • (String)


23790
23791
23792
23793
23794
# File 'lib/aws-sdk-securityhub/types.rb', line 23790

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