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

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

Overview

GetFindings response object.

Instance Attribute Summary collapse

Instance Attribute Details

#findingsArray<Types::Finding>

A list of findings.

Returns:



1238
1239
1240
1241
# File 'lib/aws-sdk-guardduty/types.rb', line 1238

class GetFindingsResponse < Struct.new(
  :findings)
  include Aws::Structure
end