Class: Aws::Types::PostFulfillmentStatusSpecification

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#failure_conditional ⇒ Types::ConditionalSpecification

Returns the value of attribute failure_conditional.



2760
2761
2762
# File 'sig/types.rbs', line 2760

def failure_conditional
  @failure_conditional
end

#failure_next_step ⇒ Types::DialogState

Returns the value of attribute failure_next_step.

Returns:



2759
2760
2761
# File 'sig/types.rbs', line 2759

def failure_next_step
  @failure_next_step
end

#failure_response ⇒ Types::ResponseSpecification

Returns the value of attribute failure_response.



2755
2756
2757
# File 'sig/types.rbs', line 2755

def failure_response
  @failure_response
end

#success_conditional ⇒ Types::ConditionalSpecification

Returns the value of attribute success_conditional.



2758
2759
2760
# File 'sig/types.rbs', line 2758

def success_conditional
  @success_conditional
end

#success_next_step ⇒ Types::DialogState

Returns the value of attribute success_next_step.

Returns:



2757
2758
2759
# File 'sig/types.rbs', line 2757

def success_next_step
  @success_next_step
end

#success_response ⇒ Types::ResponseSpecification

Returns the value of attribute success_response.



2754
2755
2756
# File 'sig/types.rbs', line 2754

def success_response
  @success_response
end

#timeout_conditional ⇒ Types::ConditionalSpecification

Returns the value of attribute timeout_conditional.



2762
2763
2764
# File 'sig/types.rbs', line 2762

def timeout_conditional
  @timeout_conditional
end

#timeout_next_step ⇒ Types::DialogState

Returns the value of attribute timeout_next_step.

Returns:



2761
2762
2763
# File 'sig/types.rbs', line 2761

def timeout_next_step
  @timeout_next_step
end

#timeout_response ⇒ Types::ResponseSpecification

Returns the value of attribute timeout_response.



2756
2757
2758
# File 'sig/types.rbs', line 2756

def timeout_response
  @timeout_response
end