Class: Aws::GuardDuty::Types::GetFindingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::GetFindingsResponse
- Defined in:
- gems/aws-sdk-guardduty/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.
2087 2088 2089 2090 2091 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2087 class GetFindingsResponse < Struct.new( :findings) SENSITIVE = [] include Aws::Structure end |