Class: Aws::Types::DeletePromptRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeletePromptRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#prompt_id ⇒ ::String
Returns the value of attribute prompt_id.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2341 2342 2343 |
# File 'sig/types.rbs', line 2341 def instance_id @instance_id end |
#prompt_id ⇒ ::String
Returns the value of attribute prompt_id.
2342 2343 2344 |
# File 'sig/types.rbs', line 2342 def prompt_id @prompt_id end |