Class: Aws::SecurityHub::Types::GetInsightResultsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::GetInsightResultsRequest
- Defined in:
- gems/aws-sdk-securityhub/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.
26781 26782 26783 26784 26785 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26781 class GetInsightResultsRequest < Struct.new( :insight_arn) SENSITIVE = [] include Aws::Structure end |