Class: Aws::Types::S3CatalogDeltaSource
- Inherits:
-
Object
- Object
- Aws::Types::S3CatalogDeltaSource
- 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.
6419 6420 6421 |
# File 'sig/types.rbs', line 6419 def @additional_delta_options end |
#database ⇒ ::String
Returns the value of attribute database.
6417 6418 6419 |
# File 'sig/types.rbs', line 6417 def database @database end |
#name ⇒ ::String
Returns the value of attribute name.
6416 6417 6418 |
# File 'sig/types.rbs', line 6416 def name @name end |
#output_schemas ⇒ ::Array[Types::GlueSchema]
Returns the value of attribute output_schemas.
6420 6421 6422 |
# File 'sig/types.rbs', line 6420 def output_schemas @output_schemas end |
#table ⇒ ::String
Returns the value of attribute table.
6418 6419 6420 |
# File 'sig/types.rbs', line 6418 def table @table end |