Class: Aws::Types::RedshiftDestinationProperties
- Inherits:
-
Object
- Object
- Aws::Types::RedshiftDestinationProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_prefix ⇒ ::String
Returns the value of attribute bucket_prefix.
-
#error_handling_config ⇒ Types::ErrorHandlingConfig
Returns the value of attribute error_handling_config.
-
#intermediate_bucket_name ⇒ ::String
Returns the value of attribute intermediate_bucket_name.
-
#object ⇒ ::String
Returns the value of attribute object.
Instance Attribute Details
#bucket_prefix ⇒ ::String
Returns the value of attribute bucket_prefix.
958 959 960 |
# File 'sig/types.rbs', line 958 def bucket_prefix @bucket_prefix end |
#error_handling_config ⇒ Types::ErrorHandlingConfig
Returns the value of attribute error_handling_config.
959 960 961 |
# File 'sig/types.rbs', line 959 def error_handling_config @error_handling_config end |
#intermediate_bucket_name ⇒ ::String
Returns the value of attribute intermediate_bucket_name.
957 958 959 |
# File 'sig/types.rbs', line 957 def intermediate_bucket_name @intermediate_bucket_name end |
#object ⇒ ::String
Returns the value of attribute object.
956 957 958 |
# File 'sig/types.rbs', line 956 def object @object end |