Class: Aws::Types::ConditionalBranch
- Inherits:
-
Object
- Object
- Aws::Types::ConditionalBranch
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#condition ⇒ Types::Condition
Returns the value of attribute condition.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#next_step ⇒ Types::DialogState
Returns the value of attribute next_step.
-
#response ⇒ Types::ResponseSpecification
Returns the value of attribute response.
Instance Attribute Details
#condition ⇒ Types::Condition
Returns the value of attribute condition.
676 677 678 |
# File 'sig/types.rbs', line 676 def condition @condition end |
#name ⇒ ::String
Returns the value of attribute name.
675 676 677 |
# File 'sig/types.rbs', line 675 def name @name end |
#next_step ⇒ Types::DialogState
Returns the value of attribute next_step.
677 678 679 |
# File 'sig/types.rbs', line 677 def next_step @next_step end |
#response ⇒ Types::ResponseSpecification
Returns the value of attribute response.
678 679 680 |
# File 'sig/types.rbs', line 678 def response @response end |