Class: Aws::Types::LexFlowNodeConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::LexFlowNodeConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_alias_arn ⇒ ::String
Returns the value of attribute bot_alias_arn.
-
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
Instance Attribute Details
#bot_alias_arn ⇒ ::String
Returns the value of attribute bot_alias_arn.
1679 1680 1681 |
# File 'sig/types.rbs', line 1679 def bot_alias_arn @bot_alias_arn end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
1680 1681 1682 |
# File 'sig/types.rbs', line 1680 def locale_id @locale_id end |