Class: Aws::Types::DestinationConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#on_failureTypes::OnFailure

Returns the value of attribute on_failure.

Returns:



553
554
555
# File 'sig/types.rbs', line 553

def on_failure
  @on_failure
end

#on_successTypes::OnSuccess

Returns the value of attribute on_success.

Returns:



552
553
554
# File 'sig/types.rbs', line 552

def on_success
  @on_success
end