Class: Aws::Types::RedshiftDestinationProperties

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)


958
959
960
# File 'sig/types.rbs', line 958

def bucket_prefix
  @bucket_prefix
end

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

Returns:

  • (::String)


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.

Returns:

  • (::String)


956
957
958
# File 'sig/types.rbs', line 956

def object
  @object
end