Class: Aws::Types::CreatePromptRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePromptRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#customer_encryption_key_arn ⇒ ::String
Returns the value of attribute customer_encryption_key_arn.
-
#default_variant ⇒ ::String
Returns the value of attribute default_variant.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#variants ⇒ ::Array[Types::PromptVariant]
Returns the value of attribute variants.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
573 574 575 |
# File 'sig/types.rbs', line 573 def client_token @client_token end |
#customer_encryption_key_arn ⇒ ::String
Returns the value of attribute customer_encryption_key_arn.
570 571 572 |
# File 'sig/types.rbs', line 570 def customer_encryption_key_arn @customer_encryption_key_arn end |
#default_variant ⇒ ::String
Returns the value of attribute default_variant.
571 572 573 |
# File 'sig/types.rbs', line 571 def default_variant @default_variant end |
#description ⇒ ::String
Returns the value of attribute description.
569 570 571 |
# File 'sig/types.rbs', line 569 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
568 569 570 |
# File 'sig/types.rbs', line 568 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
574 575 576 |
# File 'sig/types.rbs', line 574 def @tags end |
#variants ⇒ ::Array[Types::PromptVariant]
Returns the value of attribute variants.
572 573 574 |
# File 'sig/types.rbs', line 572 def variants @variants end |