Class: Aws::GuardDuty::Types::GetFindingsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#findingsArray<Types::Finding>

A list of findings.

Returns:



3546
3547
3548
3549
3550
# File 'lib/aws-sdk-guardduty/types.rb', line 3546

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