Class: Aws::Detective::Types::StartInvestigationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#investigation_idString

The investigation ID of the investigation report.

Returns:

  • (String)


1632
1633
1634
1635
1636
# File 'lib/aws-sdk-detective/types.rb', line 1632

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