Class: Aws::Types::CreateAIPromptVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAIPromptVersionRequest
- 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.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#modified_time ⇒ ::Time
Returns the value of attribute modified_time.
Instance Attribute Details
#ai_prompt_id ⇒ ::String
Returns the value of attribute ai_prompt_id.
659 660 661 |
# File 'sig/types.rbs', line 659 def ai_prompt_id @ai_prompt_id end |
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
658 659 660 |
# File 'sig/types.rbs', line 658 def assistant_id @assistant_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
661 662 663 |
# File 'sig/types.rbs', line 661 def client_token @client_token end |
#modified_time ⇒ ::Time
Returns the value of attribute modified_time.
660 661 662 |
# File 'sig/types.rbs', line 660 def modified_time @modified_time end |