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.



6622
6623
6624
# File 'sig/types.rbs', line 6622

def auto_data_quality
  @auto_data_quality
end

#compression"uncompressed"

Returns the value of attribute compression.

Returns:

  • ("uncompressed")


6620
6621
6622
# File 'sig/types.rbs', line 6620

def compression
  @compression
end

#format"json", ...

Returns the value of attribute format.

Returns:

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


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

def format
  @format
end

#inputs::Array[::String]

Returns the value of attribute inputs.

Returns:

  • (::Array[::String])


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

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#output_schemas::Array[Types::GlueSchema]

Returns the value of attribute output_schemas.

Returns:



6623
6624
6625
# File 'sig/types.rbs', line 6623

def output_schemas
  @output_schemas
end

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

Returns the value of attribute partition_keys.

Returns:

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


6618
6619
6620
# File 'sig/types.rbs', line 6618

def partition_keys
  @partition_keys
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


6619
6620
6621
# File 'sig/types.rbs', line 6619

def path
  @path
end

#schema_change_policyTypes::DirectSchemaChangePolicy

Returns the value of attribute schema_change_policy.



6621
6622
6623
# File 'sig/types.rbs', line 6621

def schema_change_policy
  @schema_change_policy
end