Class: Aws::Types::S3DeltaDirectTarget

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_options::Hash[::String, ::String]

Returns the value of attribute additional_options.

Returns:

  • (::Hash[::String, ::String])


6538
6539
6540
# File 'sig/types.rbs', line 6538

def additional_options
  @additional_options
end

#auto_data_qualityTypes::AutoDataQuality

Returns the value of attribute auto_data_quality.



6540
6541
6542
# File 'sig/types.rbs', line 6540

def auto_data_quality
  @auto_data_quality
end

#compression"uncompressed", "snappy"

Returns the value of attribute compression.

Returns:

  • ("uncompressed", "snappy")


6535
6536
6537
# File 'sig/types.rbs', line 6535

def compression
  @compression
end

#format"json", ...

Returns the value of attribute format.

Returns:

  • ("json", "csv", "avro", "orc", "parquet", "hudi", "delta", "iceberg", "hyper", "xml")


6537
6538
6539
# File 'sig/types.rbs', line 6537

def format
  @format
end

#inputs::Array[::String]

Returns the value of attribute inputs.

Returns:

  • (::Array[::String])


6532
6533
6534
# File 'sig/types.rbs', line 6532

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6531
6532
6533
# File 'sig/types.rbs', line 6531

def name
  @name
end

#number_target_partitions::String

Returns the value of attribute number_target_partitions.

Returns:

  • (::String)


6536
6537
6538
# File 'sig/types.rbs', line 6536

def number_target_partitions
  @number_target_partitions
end

#partition_keys::Array[::Array[::String]]

Returns the value of attribute partition_keys.

Returns:

  • (::Array[::Array[::String]])


6533
6534
6535
# File 'sig/types.rbs', line 6533

def partition_keys
  @partition_keys
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


6534
6535
6536
# File 'sig/types.rbs', line 6534

def path
  @path
end

#schema_change_policyTypes::DirectSchemaChangePolicy

Returns the value of attribute schema_change_policy.



6539
6540
6541
# File 'sig/types.rbs', line 6539

def schema_change_policy
  @schema_change_policy
end