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


6631
6632
6633
# File 'sig/types.rbs', line 6631

def additional_options
  @additional_options
end

#auto_data_qualityTypes::AutoDataQuality

Returns the value of attribute auto_data_quality.



6633
6634
6635
# File 'sig/types.rbs', line 6633

def auto_data_quality
  @auto_data_quality
end

#compression"gzip", ...

Returns the value of attribute compression.

Returns:

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


6627
6628
6629
# File 'sig/types.rbs', line 6627

def compression
  @compression
end

#format"json", ...

Returns the value of attribute format.

Returns:

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


6630
6631
6632
# File 'sig/types.rbs', line 6630

def format
  @format
end

#inputs::Array[::String]

Returns the value of attribute inputs.

Returns:

  • (::Array[::String])


6625
6626
6627
# File 'sig/types.rbs', line 6625

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6624
6625
6626
# File 'sig/types.rbs', line 6624

def name
  @name
end

#number_target_partitions::String

Returns the value of attribute number_target_partitions.

Returns:

  • (::String)


6628
6629
6630
# File 'sig/types.rbs', line 6628

def number_target_partitions
  @number_target_partitions
end

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

Returns the value of attribute partition_keys.

Returns:

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


6629
6630
6631
# File 'sig/types.rbs', line 6629

def partition_keys
  @partition_keys
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


6626
6627
6628
# File 'sig/types.rbs', line 6626

def path
  @path
end

#schema_change_policyTypes::DirectSchemaChangePolicy

Returns the value of attribute schema_change_policy.



6632
6633
6634
# File 'sig/types.rbs', line 6632

def schema_change_policy
  @schema_change_policy
end