Class: Aws::Types::SnowflakeDestinationProperties
- Inherits:
-
Object
- Object
- Aws::Types::SnowflakeDestinationProperties
- 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.
1219 1220 1221 |
# File 'sig/types.rbs', line 1219 def bucket_prefix @bucket_prefix end |
#error_handling_config ⇒ Types::ErrorHandlingConfig
Returns the value of attribute error_handling_config.
1220 1221 1222 |
# File 'sig/types.rbs', line 1220 def error_handling_config @error_handling_config end |
#intermediate_bucket_name ⇒ ::String
Returns the value of attribute intermediate_bucket_name.
1218 1219 1220 |
# File 'sig/types.rbs', line 1218 def intermediate_bucket_name @intermediate_bucket_name end |
#object ⇒ ::String
Returns the value of attribute object.
1217 1218 1219 |
# File 'sig/types.rbs', line 1217 def object @object end |