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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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>)


827
828
829
830
831
# File 'lib/aws-sdk-inspector2/types.rb', line 827

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