Class: Aws::GuardDuty::Types::CreateInvestigationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::CreateInvestigationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#investigation_id ⇒ String
The unique identifier of the newly created investigation.
Instance Attribute Details
#investigation_id ⇒ String
The unique identifier of the newly created investigation.
3393 3394 3395 3396 3397 |
# File 'lib/aws-sdk-guardduty/types.rb', line 3393 class CreateInvestigationResponse < Struct.new( :investigation_id) SENSITIVE = [] include Aws::Structure end |