Class: Aws::GuardDuty::Types::GetInvestigationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::GetInvestigationResponse
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#investigation ⇒ Types::Investigation
The details and results of the requested investigation.
Instance Attribute Details
#investigation ⇒ Types::Investigation
The details and results of the requested investigation.
6042 6043 6044 6045 6046 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6042 class GetInvestigationResponse < Struct.new( :investigation) SENSITIVE = [] include Aws::Structure end |