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.



6020
6021
6022
6023
6024
# File 'lib/aws-sdk-guardduty/types.rb', line 6020

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