Class: Aws::GuardDuty::Types::GetFindingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::GetFindingsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#findings ⇒ Array<Types::Finding>
A list of findings.
Instance Attribute Details
#findings ⇒ Array<Types::Finding>
A list of findings.
3692 3693 3694 3695 3696 |
# File 'lib/aws-sdk-guardduty/types.rb', line 3692 class GetFindingsResponse < Struct.new( :findings) SENSITIVE = [] include Aws::Structure end |