Class: Aws::Types::CreatePromptVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePromptVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#prompt_identifier ⇒ ::String
Returns the value of attribute prompt_identifier.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
595 596 597 |
# File 'sig/types.rbs', line 595 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
594 595 596 |
# File 'sig/types.rbs', line 594 def description @description end |
#prompt_identifier ⇒ ::String
Returns the value of attribute prompt_identifier.
593 594 595 |
# File 'sig/types.rbs', line 593 def prompt_identifier @prompt_identifier end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
596 597 598 |
# File 'sig/types.rbs', line 596 def @tags end |