Class: Aws::Types::GetInvestigationRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetInvestigationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
-
#investigation_id ⇒ ::String
Returns the value of attribute investigation_id.
Instance Attribute Details
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
1349 1350 1351 |
# File 'sig/types.rbs', line 1349 def detector_id @detector_id end |
#investigation_id ⇒ ::String
Returns the value of attribute investigation_id.
1350 1351 1352 |
# File 'sig/types.rbs', line 1350 def investigation_id @investigation_id end |