Class: Aws::Types::CatalogDeltaSource
- Inherits:
-
Object
- Object
- Aws::Types::CatalogDeltaSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_delta_options ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_delta_options.
-
#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.
-
#table ⇒ ::String
Returns the value of attribute table.
Instance Attribute Details
#additional_delta_options ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_delta_options.
642 643 644 |
# File 'sig/types.rbs', line 642 def @additional_delta_options end |
#database ⇒ ::String
Returns the value of attribute database.
640 641 642 |
# File 'sig/types.rbs', line 640 def database @database end |
#name ⇒ ::String
Returns the value of attribute name.
639 640 641 |
# File 'sig/types.rbs', line 639 def name @name end |
#output_schemas ⇒ ::Array[Types::GlueSchema]
Returns the value of attribute output_schemas.
643 644 645 |
# File 'sig/types.rbs', line 643 def output_schemas @output_schemas end |
#table ⇒ ::String
Returns the value of attribute table.
641 642 643 |
# File 'sig/types.rbs', line 641 def table @table end |