Class: Aws::Inspector2::Types::BatchGetCodeSnippetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::BatchGetCodeSnippetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#finding_arns ⇒ Array<String>
An array of finding ARNs for the findings you want to retrieve code snippets from.
Instance Attribute Details
#finding_arns ⇒ Array<String>
An array of finding ARNs for the findings you want to retrieve code snippets from.
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 |