Class: Aws::Inspector2::Types::BatchGetCodeSnippetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::BatchGetCodeSnippetResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code_snippet_results ⇒ Array<Types::CodeSnippetResult>
The retrieved code snippets associated with the provided finding ARNs.
-
#errors ⇒ Array<Types::CodeSnippetError>
Any errors Amazon Inspector encountered while trying to retrieve the requested code snippets.
Instance Attribute Details
#code_snippet_results ⇒ Array<Types::CodeSnippetResult>
The retrieved code snippets associated with the provided finding ARNs.
811 812 813 814 815 816 |
# File 'lib/aws-sdk-inspector2/types.rb', line 811 class BatchGetCodeSnippetResponse < Struct.new( :code_snippet_results, :errors) SENSITIVE = [] include Aws::Structure end |
#errors ⇒ Array<Types::CodeSnippetError>
Any errors Amazon Inspector encountered while trying to retrieve the requested code snippets.
811 812 813 814 815 816 |
# File 'lib/aws-sdk-inspector2/types.rb', line 811 class BatchGetCodeSnippetResponse < Struct.new( :code_snippet_results, :errors) SENSITIVE = [] include Aws::Structure end |