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

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_arnString

The ARN of the insight for which to return results.

Returns:

  • (String)


25535
25536
25537
25538
25539
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25535

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