Class: Aws::Types::UpdatePromptRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePromptRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#prompt_identifier ⇒ ::String
Returns the value of attribute prompt_identifier.
-
#variants ⇒ ::Array[Types::PromptVariant]
Returns the value of attribute variants.
Instance Attribute Details
#customer_encryption_key_arn ⇒ ::String
Returns the value of attribute customer_encryption_key_arn.
3045 3046 3047 |
# File 'sig/types.rbs', line 3045 def customer_encryption_key_arn @customer_encryption_key_arn end |
#default_variant ⇒ ::String
Returns the value of attribute default_variant.
3046 3047 3048 |
# File 'sig/types.rbs', line 3046 def default_variant @default_variant end |
#description ⇒ ::String
Returns the value of attribute description.
3044 3045 3046 |
# File 'sig/types.rbs', line 3044 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
3043 3044 3045 |
# File 'sig/types.rbs', line 3043 def name @name end |
#prompt_identifier ⇒ ::String
Returns the value of attribute prompt_identifier.
3048 3049 3050 |
# File 'sig/types.rbs', line 3048 def prompt_identifier @prompt_identifier end |
#variants ⇒ ::Array[Types::PromptVariant]
Returns the value of attribute variants.
3047 3048 3049 |
# File 'sig/types.rbs', line 3047 def variants @variants end |