Method: Aws::Glue::Types::S3HudiCatalogTarget#table
- Defined in:
- lib/aws-sdk-glue/types.rb
#table ⇒ String
The name of the table in the database to write to.
22079 22080 22081 22082 22083 22084 22085 22086 22087 22088 22089 |
# File 'lib/aws-sdk-glue/types.rb', line 22079 class S3HudiCatalogTarget < Struct.new( :name, :inputs, :partition_keys, :table, :database, :additional_options, :schema_change_policy) SENSITIVE = [] include Aws::Structure end |