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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/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:



3306
3307
3308
3309
3310
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3306

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