Class: Aws::Inspector2::Types::BatchGetFindingDetailsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::BatchGetFindingDetailsRequest
- Defined in:
- gems/aws-sdk-inspector2/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.
1026 1027 1028 1029 1030 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1026 class BatchGetFindingDetailsRequest < Struct.new( :finding_arns) SENSITIVE = [] include Aws::Structure end |