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.
227 228 229 |
# File 'sig/types.rbs', line 227 def database @database end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
225 226 227 |
# File 'sig/types.rbs', line 225 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
224 225 226 |
# File 'sig/types.rbs', line 224 def name @name end |
#partition_keys ⇒ ::Array[::Array[::String]]
Returns the value of attribute partition_keys.
226 227 228 |
# File 'sig/types.rbs', line 226 def partition_keys @partition_keys end |
#table ⇒ ::String
Returns the value of attribute table.
228 229 230 |
# File 'sig/types.rbs', line 228 def table @table end |