Class: Aws::Types::SnowflakeDestinationProperties

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_prefix::String

Returns the value of attribute bucket_prefix.

Returns:

  • (::String)


1219
1220
1221
# File 'sig/types.rbs', line 1219

def bucket_prefix
  @bucket_prefix
end

#error_handling_configTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1217
1218
1219
# File 'sig/types.rbs', line 1217

def object
  @object
end