Class: Aws::Types::PromptOverrideConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::PromptOverrideConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#override_lambda ⇒ ::String
Returns the value of attribute override_lambda.
-
#prompt_configurations ⇒ ::Array[Types::PromptConfiguration]
Returns the value of attribute prompt_configurations.
Instance Attribute Details
#override_lambda ⇒ ::String
Returns the value of attribute override_lambda.
2110 2111 2112 |
# File 'sig/types.rbs', line 2110 def override_lambda @override_lambda end |
#prompt_configurations ⇒ ::Array[Types::PromptConfiguration]
Returns the value of attribute prompt_configurations.
2111 2112 2113 |
# File 'sig/types.rbs', line 2111 def prompt_configurations @prompt_configurations end |