Class: Aws::Types::ErrorHandlingConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_name::String

Returns the value of attribute bucket_name.

Returns:

  • (::String)


584
585
586
# File 'sig/types.rbs', line 584

def bucket_name
  @bucket_name
end

#bucket_prefix::String

Returns the value of attribute bucket_prefix.

Returns:

  • (::String)


583
584
585
# File 'sig/types.rbs', line 583

def bucket_prefix
  @bucket_prefix
end

#fail_on_first_destination_errorBoolean

Returns the value of attribute fail_on_first_destination_error.

Returns:

  • (Boolean)


582
583
584
# File 'sig/types.rbs', line 582

def fail_on_first_destination_error
  @fail_on_first_destination_error
end