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.



25678
25679
25680
25681
25682
# File 'lib/aws-sdk-securityhub/types.rb', line 25678

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