Class: Aws::Types::S3DeltaCatalogTarget

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_options::Hash[::String, ::String]

Returns the value of attribute additional_options.

Returns:

  • (::Hash[::String, ::String])


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

def additional_options
  @additional_options
end

#auto_data_qualityTypes::AutoDataQuality

Returns the value of attribute auto_data_quality.



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

def auto_data_quality
  @auto_data_quality
end

#database::String

Returns the value of attribute database.

Returns:

  • (::String)


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

def database
  @database
end

#inputs::Array[::String]

Returns the value of attribute inputs.

Returns:

  • (::Array[::String])


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

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6528
6529
6530
# File 'sig/types.rbs', line 6528

def name
  @name
end

#output_schemas::Array[Types::GlueSchema]

Returns the value of attribute output_schemas.

Returns:



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

def output_schemas
  @output_schemas
end

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

Returns the value of attribute partition_keys.

Returns:

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


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

def partition_keys
  @partition_keys
end

#schema_change_policyTypes::CatalogSchemaChangePolicy

Returns the value of attribute schema_change_policy.



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

def schema_change_policy
  @schema_change_policy
end

#table::String

Returns the value of attribute table.

Returns:

  • (::String)


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

def table
  @table
end