Class: Aws::SecurityHub::Types::GetInsightResultsResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#insight_resultsTypes::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