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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-detective/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 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1632

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