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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/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.



25547
25548
25549
25550
25551
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25547

class GetInsightResultsResponse < Struct.new(
  :insight_results)
  SENSITIVE = []
  include Aws::Structure
end