Class: Aws::Types::S3CatalogTarget
- Inherits:
-
Object
- Object
- Aws::Types::S3CatalogTarget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#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
#auto_data_quality ⇒ Types::AutoDataQuality
Returns the value of attribute auto_data_quality.
6527 6528 6529 |
# File 'sig/types.rbs', line 6527 def auto_data_quality @auto_data_quality end |
#database ⇒ ::String
Returns the value of attribute database.
6525 6526 6527 |
# File 'sig/types.rbs', line 6525 def database @database end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
6522 6523 6524 |
# File 'sig/types.rbs', line 6522 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
6521 6522 6523 |
# File 'sig/types.rbs', line 6521 def name @name end |
#partition_keys ⇒ ::Array[::Array[::String]]
Returns the value of attribute partition_keys.
6523 6524 6525 |
# File 'sig/types.rbs', line 6523 def partition_keys @partition_keys end |
#schema_change_policy ⇒ Types::CatalogSchemaChangePolicy
Returns the value of attribute schema_change_policy.
6526 6527 6528 |
# File 'sig/types.rbs', line 6526 def schema_change_policy @schema_change_policy end |
#table ⇒ ::String
Returns the value of attribute table.
6524 6525 6526 |
# File 'sig/types.rbs', line 6524 def table @table end |