Class: Aws::Types::S3DirectTarget

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.



6538
6539
6540
# File 'sig/types.rbs', line 6538

def auto_data_quality
  @auto_data_quality
end

#compression::String

Returns the value of attribute compression.

Returns:

  • (::String)


6534
6535
6536
# File 'sig/types.rbs', line 6534

def compression
  @compression
end

#format"json", ...

Returns the value of attribute format.

Returns:

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


6536
6537
6538
# File 'sig/types.rbs', line 6536

def format
  @format
end

#inputs::Array[::String]

Returns the value of attribute inputs.

Returns:

  • (::Array[::String])


6531
6532
6533
# File 'sig/types.rbs', line 6531

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6530
6531
6532
# File 'sig/types.rbs', line 6530

def name
  @name
end

#number_target_partitions::String

Returns the value of attribute number_target_partitions.

Returns:

  • (::String)


6535
6536
6537
# File 'sig/types.rbs', line 6535

def number_target_partitions
  @number_target_partitions
end

#output_schemas::Array[Types::GlueSchema]

Returns the value of attribute output_schemas.

Returns:



6539
6540
6541
# File 'sig/types.rbs', line 6539

def output_schemas
  @output_schemas
end

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

Returns the value of attribute partition_keys.

Returns:

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


6532
6533
6534
# File 'sig/types.rbs', line 6532

def partition_keys
  @partition_keys
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


6533
6534
6535
# File 'sig/types.rbs', line 6533

def path
  @path
end

#schema_change_policyTypes::DirectSchemaChangePolicy

Returns the value of attribute schema_change_policy.



6537
6538
6539
# File 'sig/types.rbs', line 6537

def schema_change_policy
  @schema_change_policy
end