Class: Aws::Types::S3HyperDirectTarget

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.



6654
6655
6656
# File 'sig/types.rbs', line 6654

def auto_data_quality
  @auto_data_quality
end

#compression"uncompressed"

Returns the value of attribute compression.

Returns:

  • ("uncompressed")


6652
6653
6654
# File 'sig/types.rbs', line 6652

def compression
  @compression
end

#format"json", ...

Returns the value of attribute format.

Returns:

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


6649
6650
6651
# File 'sig/types.rbs', line 6649

def format
  @format
end

#inputs::Array[::String]

Returns the value of attribute inputs.

Returns:

  • (::Array[::String])


6648
6649
6650
# File 'sig/types.rbs', line 6648

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6647
6648
6649
# File 'sig/types.rbs', line 6647

def name
  @name
end

#output_schemas::Array[Types::GlueSchema]

Returns the value of attribute output_schemas.

Returns:



6655
6656
6657
# File 'sig/types.rbs', line 6655

def output_schemas
  @output_schemas
end

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

Returns the value of attribute partition_keys.

Returns:

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


6650
6651
6652
# File 'sig/types.rbs', line 6650

def partition_keys
  @partition_keys
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


6651
6652
6653
# File 'sig/types.rbs', line 6651

def path
  @path
end

#schema_change_policyTypes::DirectSchemaChangePolicy

Returns the value of attribute schema_change_policy.



6653
6654
6655
# File 'sig/types.rbs', line 6653

def schema_change_policy
  @schema_change_policy
end