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.



6490
6491
6492
# File 'sig/types.rbs', line 6490

def auto_data_quality
  @auto_data_quality
end

#database::String

Returns the value of attribute database.

Returns:

  • (::String)


6488
6489
6490
# File 'sig/types.rbs', line 6488

def database
  @database
end

#inputs::Array[::String]

Returns the value of attribute inputs.

Returns:

  • (::Array[::String])


6485
6486
6487
# File 'sig/types.rbs', line 6485

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6484
6485
6486
# File 'sig/types.rbs', line 6484

def name
  @name
end

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

Returns the value of attribute partition_keys.

Returns:

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


6486
6487
6488
# File 'sig/types.rbs', line 6486

def partition_keys
  @partition_keys
end

#schema_change_policyTypes::CatalogSchemaChangePolicy

Returns the value of attribute schema_change_policy.



6489
6490
6491
# File 'sig/types.rbs', line 6489

def schema_change_policy
  @schema_change_policy
end

#table::String

Returns the value of attribute table.

Returns:

  • (::String)


6487
6488
6489
# File 'sig/types.rbs', line 6487

def table
  @table
end