Class: Aws::Detective::Types::StartInvestigationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Detective::Types::StartInvestigationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-detective/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#investigation_id ⇒ String
The investigation ID of the investigation report.
Instance Attribute Details
#investigation_id ⇒ String
The investigation ID of the investigation report.
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 |