Class: Aws::Types::S3HudiCatalogTarget
- Inherits:
-
Object
- Object
- Aws::Types::S3HudiCatalogTarget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_options ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_options.
-
#auto_data_quality ⇒ Types::AutoDataQuality
Returns the value of attribute auto_data_quality.
-
#database ⇒ ::String
Returns the value of attribute database.
-
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#output_schemas ⇒ ::Array[Types::GlueSchema]
Returns the value of attribute output_schemas.
-
#partition_keys ⇒ ::Array[::Array[::String]]
Returns the value of attribute partition_keys.
-
#schema_change_policy ⇒ Types::CatalogSchemaChangePolicy
Returns the value of attribute schema_change_policy.
-
#table ⇒ ::String
Returns the value of attribute table.
Instance Attribute Details
#additional_options ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_options.
6584 6585 6586 |
# File 'sig/types.rbs', line 6584 def @additional_options end |
#auto_data_quality ⇒ Types::AutoDataQuality
Returns the value of attribute auto_data_quality.
6586 6587 6588 |
# File 'sig/types.rbs', line 6586 def auto_data_quality @auto_data_quality end |
#database ⇒ ::String
Returns the value of attribute database.
6583 6584 6585 |
# File 'sig/types.rbs', line 6583 def database @database end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
6580 6581 6582 |
# File 'sig/types.rbs', line 6580 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
6579 6580 6581 |
# File 'sig/types.rbs', line 6579 def name @name end |
#output_schemas ⇒ ::Array[Types::GlueSchema]
Returns the value of attribute output_schemas.
6587 6588 6589 |
# File 'sig/types.rbs', line 6587 def output_schemas @output_schemas end |
#partition_keys ⇒ ::Array[::Array[::String]]
Returns the value of attribute partition_keys.
6581 6582 6583 |
# File 'sig/types.rbs', line 6581 def partition_keys @partition_keys end |
#schema_change_policy ⇒ Types::CatalogSchemaChangePolicy
Returns the value of attribute schema_change_policy.
6585 6586 6587 |
# File 'sig/types.rbs', line 6585 def schema_change_policy @schema_change_policy end |
#table ⇒ ::String
Returns the value of attribute table.
6582 6583 6584 |
# File 'sig/types.rbs', line 6582 def table @table end |