Class: Aws::Inspector2::Types::BatchGetFindingDetailsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::BatchGetFindingDetailsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#finding_arns ⇒ Array<String>
A list of finding ARNs.
Instance Attribute Details
#finding_arns ⇒ Array<String>
A list of finding ARNs.
824 825 826 827 828 |
# File 'lib/aws-sdk-inspector2/types.rb', line 824 class BatchGetFindingDetailsRequest < Struct.new( :finding_arns) SENSITIVE = [] include Aws::Structure end |