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.
24707 24708 24709 24710 24711 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24707 class GetInsightResultsRequest < Struct.new( :insight_arn) SENSITIVE = [] include Aws::Structure end |