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.



6616
6617
6618
# File 'sig/types.rbs', line 6616

def auto_data_quality
  @auto_data_quality
end

#compression"snappy", ...

Returns the value of attribute compression.

Returns:

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


6613
6614
6615
# File 'sig/types.rbs', line 6613

def compression
  @compression
end

#inputs::Array[::String]

Returns the value of attribute inputs.

Returns:

  • (::Array[::String])


6610
6611
6612
# File 'sig/types.rbs', line 6610

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6609
6610
6611
# File 'sig/types.rbs', line 6609

def name
  @name
end

#number_target_partitions::String

Returns the value of attribute number_target_partitions.

Returns:

  • (::String)


6614
6615
6616
# File 'sig/types.rbs', line 6614

def number_target_partitions
  @number_target_partitions
end

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

Returns the value of attribute partition_keys.

Returns:

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


6611
6612
6613
# File 'sig/types.rbs', line 6611

def partition_keys
  @partition_keys
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


6612
6613
6614
# File 'sig/types.rbs', line 6612

def path
  @path
end

#schema_change_policyTypes::DirectSchemaChangePolicy

Returns the value of attribute schema_change_policy.



6615
6616
6617
# File 'sig/types.rbs', line 6615

def schema_change_policy
  @schema_change_policy
end