Class: Aws::Types::ConditionalBranch

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#condition ⇒ Types::Condition

Returns the value of attribute condition.

Returns:



676
677
678
# File 'sig/types.rbs', line 676

def condition
  @condition
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


675
676
677
# File 'sig/types.rbs', line 675

def name
  @name
end

#next_step ⇒ Types::DialogState

Returns the value of attribute next_step.

Returns:



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