Class: Aws::Inspector2::Types::BatchGetFindingDetailsRequest

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

#finding_arnsArray<String>

A list of finding ARNs.

Returns:

  • (Array<String>)


814
815
816
817
818
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 814

class BatchGetFindingDetailsRequest < Struct.new(
  :finding_arns)
  SENSITIVE = []
  include Aws::Structure
end