Class: Aws::Inspector2::Types::BatchGetCodeSnippetResponse

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

#code_snippet_resultsArray<Types::CodeSnippetResult>

The retrieved code snippets associated with the provided finding ARNs.

Returns:



814
815
816
817
818
819
# File 'lib/aws-sdk-inspector2/types.rb', line 814

class BatchGetCodeSnippetResponse < Struct.new(
  :code_snippet_results,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end

#errorsArray<Types::CodeSnippetError>

Any errors Amazon Inspector encountered while trying to retrieve the requested code snippets.

Returns:



814
815
816
817
818
819
# File 'lib/aws-sdk-inspector2/types.rb', line 814

class BatchGetCodeSnippetResponse < Struct.new(
  :code_snippet_results,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end