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])


6506
6507
6508
# File 'sig/types.rbs', line 6506

def additional_options
  @additional_options
end

#auto_data_qualityTypes::AutoDataQuality

Returns the value of attribute auto_data_quality.



6508
6509
6510
# File 'sig/types.rbs', line 6508

def auto_data_quality
  @auto_data_quality
end

#compression"uncompressed", "snappy"

Returns the value of attribute compression.

Returns:

  • ("uncompressed", "snappy")


6503
6504
6505
# File 'sig/types.rbs', line 6503

def compression
  @compression
end

#format"json", ...

Returns the value of attribute format.

Returns:

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


6505
6506
6507
# File 'sig/types.rbs', line 6505

def format
  @format
end

#inputs::Array[::String]

Returns the value of attribute inputs.

Returns:

  • (::Array[::String])


6500
6501
6502
# File 'sig/types.rbs', line 6500

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6499
6500
6501
# File 'sig/types.rbs', line 6499

def name
  @name
end

#number_target_partitions::String

Returns the value of attribute number_target_partitions.

Returns:

  • (::String)


6504
6505
6506
# File 'sig/types.rbs', line 6504

def number_target_partitions
  @number_target_partitions
end

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

Returns the value of attribute partition_keys.

Returns:

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


6501
6502
6503
# File 'sig/types.rbs', line 6501

def partition_keys
  @partition_keys
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


6502
6503
6504
# File 'sig/types.rbs', line 6502

def path
  @path
end

#schema_change_policyTypes::DirectSchemaChangePolicy

Returns the value of attribute schema_change_policy.



6507
6508
6509
# File 'sig/types.rbs', line 6507

def schema_change_policy
  @schema_change_policy
end