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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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>)


793
794
795
796
797
# File 'lib/aws-sdk-inspector2/types.rb', line 793

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