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.
5931 5932 5933 5934 5935 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5931 class GetInvestigationResponse < Struct.new( :investigation) SENSITIVE = [] include Aws::Structure end |