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.
3071 3072 3073 3074 3075 |
# File 'lib/aws-sdk-guardduty/types.rb', line 3071 class CreateInvestigationResponse < Struct.new( :investigation_id) SENSITIVE = [] include Aws::Structure end |