Class: Aws::Types::S3CatalogTarget

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.



6458
6459
6460
# File 'sig/types.rbs', line 6458

def auto_data_quality
  @auto_data_quality
end

#database::String

Returns the value of attribute database.

Returns:

  • (::String)


6456
6457
6458
# File 'sig/types.rbs', line 6456

def database
  @database
end

#inputs::Array[::String]

Returns the value of attribute inputs.

Returns:

  • (::Array[::String])


6453
6454
6455
# File 'sig/types.rbs', line 6453

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6452
6453
6454
# File 'sig/types.rbs', line 6452

def name
  @name
end

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

Returns the value of attribute partition_keys.

Returns:

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


6454
6455
6456
# File 'sig/types.rbs', line 6454

def partition_keys
  @partition_keys
end

#schema_change_policyTypes::CatalogSchemaChangePolicy

Returns the value of attribute schema_change_policy.



6457
6458
6459
# File 'sig/types.rbs', line 6457

def schema_change_policy
  @schema_change_policy
end

#table::String

Returns the value of attribute table.

Returns:

  • (::String)


6455
6456
6457
# File 'sig/types.rbs', line 6455

def table
  @table
end