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.
735 736 737 |
# File 'sig/types.rbs', line 735 def database @database end |
#name ⇒ ::String
Returns the value of attribute name.
734 735 736 |
# File 'sig/types.rbs', line 734 def name @name end |
#output_schemas ⇒ ::Array[Types::GlueSchema]
Returns the value of attribute output_schemas.
738 739 740 |
# File 'sig/types.rbs', line 738 def output_schemas @output_schemas end |
#partition_predicate ⇒ ::String
Returns the value of attribute partition_predicate.
737 738 739 |
# File 'sig/types.rbs', line 737 def partition_predicate @partition_predicate end |
#table ⇒ ::String
Returns the value of attribute table.
736 737 738 |
# File 'sig/types.rbs', line 736 def table @table end |