Class: Aws::Types::DeletePromptRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeletePromptRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#prompt_identifier ⇒ ::String
Returns the value of attribute prompt_identifier.
-
#prompt_version ⇒ ::String
Returns the value of attribute prompt_version.
Instance Attribute Details
#prompt_identifier ⇒ ::String
Returns the value of attribute prompt_identifier.
833 834 835 |
# File 'sig/types.rbs', line 833 def prompt_identifier @prompt_identifier end |
#prompt_version ⇒ ::String
Returns the value of attribute prompt_version.
834 835 836 |
# File 'sig/types.rbs', line 834 def prompt_version @prompt_version end |