Class: Aws::SecurityHub::Types::CreateInsightResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::CreateInsightResponse
- 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 created.
Instance Attribute Details
#insight_arn ⇒ String
The ARN of the insight created.
23781 23782 23783 23784 23785 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23781 class CreateInsightResponse < Struct.new( :insight_arn) SENSITIVE = [] include Aws::Structure end |