Class: Aws::Types::CatalogSource
- Inherits:
-
Object
- Object
- Aws::Types::CatalogSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#database ⇒ ::String
Returns the value of attribute database.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#output_schemas ⇒ ::Array[Types::GlueSchema]
Returns the value of attribute output_schemas.
-
#partition_predicate ⇒ ::String
Returns the value of attribute partition_predicate.
-
#table ⇒ ::String
Returns the value of attribute table.
Instance Attribute Details
#database ⇒ ::String
Returns the value of attribute database.
739 740 741 |
# File 'sig/types.rbs', line 739 def database @database end |
#name ⇒ ::String
Returns the value of attribute name.
738 739 740 |
# File 'sig/types.rbs', line 738 def name @name end |
#output_schemas ⇒ ::Array[Types::GlueSchema]
Returns the value of attribute output_schemas.
742 743 744 |
# File 'sig/types.rbs', line 742 def output_schemas @output_schemas end |
#partition_predicate ⇒ ::String
Returns the value of attribute partition_predicate.
741 742 743 |
# File 'sig/types.rbs', line 741 def partition_predicate @partition_predicate end |
#table ⇒ ::String
Returns the value of attribute table.
740 741 742 |
# File 'sig/types.rbs', line 740 def table @table end |