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.



6580
6581
6582
# File 'sig/types.rbs', line 6580

def auto_data_quality
  @auto_data_quality
end

#compression::String

Returns the value of attribute compression.

Returns:

  • (::String)


6576
6577
6578
# File 'sig/types.rbs', line 6576

def compression
  @compression
end

#format"json", ...

Returns the value of attribute format.

Returns:

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


6578
6579
6580
# File 'sig/types.rbs', line 6578

def format
  @format
end

#inputs::Array[::String]

Returns the value of attribute inputs.

Returns:

  • (::Array[::String])


6573
6574
6575
# File 'sig/types.rbs', line 6573

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6572
6573
6574
# File 'sig/types.rbs', line 6572

def name
  @name
end

#number_target_partitions::String

Returns the value of attribute number_target_partitions.

Returns:

  • (::String)


6577
6578
6579
# File 'sig/types.rbs', line 6577

def number_target_partitions
  @number_target_partitions
end

#output_schemas::Array[Types::GlueSchema]

Returns the value of attribute output_schemas.

Returns:



6581
6582
6583
# File 'sig/types.rbs', line 6581

def output_schemas
  @output_schemas
end

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

Returns the value of attribute partition_keys.

Returns:

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


6574
6575
6576
# File 'sig/types.rbs', line 6574

def partition_keys
  @partition_keys
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


6575
6576
6577
# File 'sig/types.rbs', line 6575

def path
  @path
end

#schema_change_policyTypes::DirectSchemaChangePolicy

Returns the value of attribute schema_change_policy.



6579
6580
6581
# File 'sig/types.rbs', line 6579

def schema_change_policy
  @schema_change_policy
end