Class: Aws::Types::DefaultConditionalBranch

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_step ⇒ Types::DialogState

Returns the value of attribute next_step.

Returns:



1119
1120
1121
# File 'sig/types.rbs', line 1119

def next_step
  @next_step
end

#response ⇒ Types::ResponseSpecification

Returns the value of attribute response.



1120
1121
1122
# File 'sig/types.rbs', line 1120

def response
  @response
end