Class: Aws::Types::S3HudiCatalogTarget

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


6626
6627
6628
# File 'sig/types.rbs', line 6626

def additional_options
  @additional_options
end

#auto_data_qualityTypes::AutoDataQuality

Returns the value of attribute auto_data_quality.



6628
6629
6630
# File 'sig/types.rbs', line 6628

def auto_data_quality
  @auto_data_quality
end

#database::String

Returns the value of attribute database.

Returns:

  • (::String)


6625
6626
6627
# File 'sig/types.rbs', line 6625

def database
  @database
end

#inputs::Array[::String]

Returns the value of attribute inputs.

Returns:

  • (::Array[::String])


6622
6623
6624
# File 'sig/types.rbs', line 6622

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6621
6622
6623
# File 'sig/types.rbs', line 6621

def name
  @name
end

#output_schemas::Array[Types::GlueSchema]

Returns the value of attribute output_schemas.

Returns:



6629
6630
6631
# File 'sig/types.rbs', line 6629

def output_schemas
  @output_schemas
end

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

Returns the value of attribute partition_keys.

Returns:

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


6623
6624
6625
# File 'sig/types.rbs', line 6623

def partition_keys
  @partition_keys
end

#schema_change_policyTypes::CatalogSchemaChangePolicy

Returns the value of attribute schema_change_policy.



6627
6628
6629
# File 'sig/types.rbs', line 6627

def schema_change_policy
  @schema_change_policy
end

#table::String

Returns the value of attribute table.

Returns:

  • (::String)


6624
6625
6626
# File 'sig/types.rbs', line 6624

def table
  @table
end