Class: Aws::Types::S3GlueParquetTarget

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_data_qualityTypes::AutoDataQuality

Returns the value of attribute auto_data_quality.



6606
6607
6608
# File 'sig/types.rbs', line 6606

def auto_data_quality
  @auto_data_quality
end

#compression"snappy", ...

Returns the value of attribute compression.

Returns:

  • ("snappy", "lzo", "gzip", "brotli", "lz4", "uncompressed", "none")


6603
6604
6605
# File 'sig/types.rbs', line 6603

def compression
  @compression
end

#inputs::Array[::String]

Returns the value of attribute inputs.

Returns:

  • (::Array[::String])


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

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#number_target_partitions::String

Returns the value of attribute number_target_partitions.

Returns:

  • (::String)


6604
6605
6606
# File 'sig/types.rbs', line 6604

def number_target_partitions
  @number_target_partitions
end

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

Returns the value of attribute partition_keys.

Returns:

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


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

def partition_keys
  @partition_keys
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


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

def path
  @path
end

#schema_change_policyTypes::DirectSchemaChangePolicy

Returns the value of attribute schema_change_policy.



6605
6606
6607
# File 'sig/types.rbs', line 6605

def schema_change_policy
  @schema_change_policy
end