Class: Aws::Types::GetAIPromptRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetAIPromptRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ai_prompt_id ⇒ ::String
Returns the value of attribute ai_prompt_id.
-
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
Instance Attribute Details
#ai_prompt_id ⇒ ::String
Returns the value of attribute ai_prompt_id.
1304 1305 1306 |
# File 'sig/types.rbs', line 1304 def ai_prompt_id @ai_prompt_id end |
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
1303 1304 1305 |
# File 'sig/types.rbs', line 1303 def assistant_id @assistant_id end |