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:



547
548
549
# File 'sig/types.rbs', line 547

def on_failure
  @on_failure
end

#on_successTypes::OnSuccess

Returns the value of attribute on_success.

Returns:



546
547
548
# File 'sig/types.rbs', line 546

def on_success
  @on_success
end