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.



25673
25674
25675
25676
25677
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25673

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