Method: Aws::Glue::Types::S3HudiCatalogTarget#name
- Defined in:
- lib/aws-sdk-glue/types.rb
#name ⇒ String
The name of the data target.
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 |