Class: Aws::Types::S3HudiDirectTarget

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


6599
6600
6601
# File 'sig/types.rbs', line 6599

def additional_options
  @additional_options
end

#auto_data_qualityTypes::AutoDataQuality

Returns the value of attribute auto_data_quality.



6601
6602
6603
# File 'sig/types.rbs', line 6601

def auto_data_quality
  @auto_data_quality
end

#compression"gzip", ...

Returns the value of attribute compression.

Returns:

  • ("gzip", "lzo", "uncompressed", "snappy")


6595
6596
6597
# File 'sig/types.rbs', line 6595

def compression
  @compression
end

#format"json", ...

Returns the value of attribute format.

Returns:

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


6598
6599
6600
# File 'sig/types.rbs', line 6598

def format
  @format
end

#inputs::Array[::String]

Returns the value of attribute inputs.

Returns:

  • (::Array[::String])


6593
6594
6595
# File 'sig/types.rbs', line 6593

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6592
6593
6594
# File 'sig/types.rbs', line 6592

def name
  @name
end

#number_target_partitions::String

Returns the value of attribute number_target_partitions.

Returns:

  • (::String)


6596
6597
6598
# File 'sig/types.rbs', line 6596

def number_target_partitions
  @number_target_partitions
end

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

Returns the value of attribute partition_keys.

Returns:

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


6597
6598
6599
# File 'sig/types.rbs', line 6597

def partition_keys
  @partition_keys
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


6594
6595
6596
# File 'sig/types.rbs', line 6594

def path
  @path
end

#schema_change_policyTypes::DirectSchemaChangePolicy

Returns the value of attribute schema_change_policy.



6600
6601
6602
# File 'sig/types.rbs', line 6600

def schema_change_policy
  @schema_change_policy
end