Class: Aws::Types::CreateInvestigationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateInvestigationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
-
#trigger_prompt ⇒ ::String
Returns the value of attribute trigger_prompt.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
519 520 521 |
# File 'sig/types.rbs', line 519 def client_token @client_token end |
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
517 518 519 |
# File 'sig/types.rbs', line 517 def detector_id @detector_id end |
#trigger_prompt ⇒ ::String
Returns the value of attribute trigger_prompt.
518 519 520 |
# File 'sig/types.rbs', line 518 def trigger_prompt @trigger_prompt end |