Class: Aws::SecurityHub::Types::GetInsightResultsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::GetInsightResultsRequest
- 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 for which to return results.
Instance Attribute Details
#insight_arn ⇒ String
The ARN of the insight for which to return results.
25659 25660 25661 25662 25663 |
# File 'lib/aws-sdk-securityhub/types.rb', line 25659 class GetInsightResultsRequest < Struct.new( :insight_arn) SENSITIVE = [] include Aws::Structure end |