Class: Aws::Types::DescribePromptRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribePromptRequest
- 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.
2788 2789 2790 |
# File 'sig/types.rbs', line 2788 def instance_id @instance_id end |
#prompt_id ⇒ ::String
Returns the value of attribute prompt_id.
2789 2790 2791 |
# File 'sig/types.rbs', line 2789 def prompt_id @prompt_id end |