Class: Aws::GuardDuty::Types::GetInvestigationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#investigationTypes::Investigation

The details and results of the requested investigation.



5931
5932
5933
5934
5935
# File 'lib/aws-sdk-guardduty/types.rb', line 5931

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