Class: Aws::Inspector2::Types::BatchGetCodeSnippetRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#finding_arnsArray<String>

An array of finding ARNs for the findings you want to retrieve code snippets from.

Returns:

  • (Array<String>)


783
784
785
786
787
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 783

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