Class: Aws::SecurityHub::Types::GetInsightResultsRequest

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_arnString

The ARN of the insight for which to return results.

Returns:

  • (String)


25666
25667
25668
25669
25670
# File 'lib/aws-sdk-securityhub/types.rb', line 25666

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