Class: Aws::Types::PromptFlowNodeConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::PromptFlowNodeConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#guardrail_configuration ⇒ Types::GuardrailConfiguration
Returns the value of attribute guardrail_configuration.
-
#source_configuration ⇒ Types::PromptFlowNodeSourceConfiguration
Returns the value of attribute source_configuration.
Instance Attribute Details
#guardrail_configuration ⇒ Types::GuardrailConfiguration
Returns the value of attribute guardrail_configuration.
2218 2219 2220 |
# File 'sig/types.rbs', line 2218 def guardrail_configuration @guardrail_configuration end |
#source_configuration ⇒ Types::PromptFlowNodeSourceConfiguration
Returns the value of attribute source_configuration.
2217 2218 2219 |
# File 'sig/types.rbs', line 2217 def source_configuration @source_configuration end |