Class: Aws::Types::GovernedCatalogTarget
- Inherits:
-
Object
- Object
- Aws::Types::GovernedCatalogTarget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#database ⇒ ::String
Returns the value of attribute database.
4443 4444 4445 |
# File 'sig/types.rbs', line 4443 def database @database end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
4440 4441 4442 |
# File 'sig/types.rbs', line 4440 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
4439 4440 4441 |
# File 'sig/types.rbs', line 4439 def name @name end |
#partition_keys ⇒ ::Array[::Array[::String]]
Returns the value of attribute partition_keys.
4441 4442 4443 |
# File 'sig/types.rbs', line 4441 def partition_keys @partition_keys end |
#schema_change_policy ⇒ Types::CatalogSchemaChangePolicy
Returns the value of attribute schema_change_policy.
4444 4445 4446 |
# File 'sig/types.rbs', line 4444 def schema_change_policy @schema_change_policy end |
#table ⇒ ::String
Returns the value of attribute table.
4442 4443 4444 |
# File 'sig/types.rbs', line 4442 def table @table end |