Class: Aws::Types::ErrorHandlingConfig
- Inherits:
-
Object
- Object
- Aws::Types::ErrorHandlingConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
-
#bucket_prefix ⇒ ::String
Returns the value of attribute bucket_prefix.
-
#fail_on_first_destination_error ⇒ Boolean
Returns the value of attribute fail_on_first_destination_error.
Instance Attribute Details
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
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.
583 584 585 |
# File 'sig/types.rbs', line 583 def bucket_prefix @bucket_prefix end |
#fail_on_first_destination_error ⇒ Boolean
Returns the value of attribute fail_on_first_destination_error.
582 583 584 |
# File 'sig/types.rbs', line 582 def fail_on_first_destination_error @fail_on_first_destination_error end |