Class: Aws::SecurityHub::Types::GetInsightResultsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::GetInsightResultsResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#insight_results ⇒ Types::InsightResults
The insight results returned by the operation.
Instance Attribute Details
#insight_results ⇒ Types::InsightResults
The insight results returned by the operation.
25671 25672 25673 25674 25675 |
# File 'lib/aws-sdk-securityhub/types.rb', line 25671 class GetInsightResultsResponse < Struct.new( :insight_results) SENSITIVE = [] include Aws::Structure end |