Class: Aws::Types::S3IcebergCatalogTarget

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])


6665
6666
6667
# File 'sig/types.rbs', line 6665

def additional_options
  @additional_options
end

#auto_data_qualityTypes::AutoDataQuality

Returns the value of attribute auto_data_quality.



6667
6668
6669
# File 'sig/types.rbs', line 6667

def auto_data_quality
  @auto_data_quality
end

#database::String

Returns the value of attribute database.

Returns:

  • (::String)


6664
6665
6666
# File 'sig/types.rbs', line 6664

def database
  @database
end

#inputs::Array[::String]

Returns the value of attribute inputs.

Returns:

  • (::Array[::String])


6661
6662
6663
# File 'sig/types.rbs', line 6661

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6660
6661
6662
# File 'sig/types.rbs', line 6660

def name
  @name
end

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

Returns the value of attribute partition_keys.

Returns:

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


6662
6663
6664
# File 'sig/types.rbs', line 6662

def partition_keys
  @partition_keys
end

#schema_change_policyTypes::CatalogSchemaChangePolicy

Returns the value of attribute schema_change_policy.



6666
6667
6668
# File 'sig/types.rbs', line 6666

def schema_change_policy
  @schema_change_policy
end

#table::String

Returns the value of attribute table.

Returns:

  • (::String)


6663
6664
6665
# File 'sig/types.rbs', line 6663

def table
  @table
end