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.



24719
24720
24721
24722
24723
# File 'lib/aws-sdk-securityhub/types.rb', line 24719

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