Class: Aws::Types::BasicCatalogTarget
- Inherits:
-
Object
- Object
- Aws::Types::BasicCatalogTarget
- 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.
-
#table ⇒ ::String
Returns the value of attribute table.
Instance Attribute Details
#database ⇒ ::String
Returns the value of attribute database.
223 224 225 |
# File 'sig/types.rbs', line 223 def database @database end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
221 222 223 |
# File 'sig/types.rbs', line 221 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
220 221 222 |
# File 'sig/types.rbs', line 220 def name @name end |
#partition_keys ⇒ ::Array[::Array[::String]]
Returns the value of attribute partition_keys.
222 223 224 |
# File 'sig/types.rbs', line 222 def partition_keys @partition_keys end |
#table ⇒ ::String
Returns the value of attribute table.
224 225 226 |
# File 'sig/types.rbs', line 224 def table @table end |