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

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

#code_snippet_resultsArray<Types::CodeSnippetResult>

The retrieved code snippets associated with the provided finding ARNs.

Returns:



801
802
803
804
805
806
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 801

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:



801
802
803
804
805
806
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 801

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