Class: Aws::Types::S3CatalogSource
- Inherits:
-
Object
- Object
- Aws::Types::S3CatalogSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_options ⇒ Types::S3SourceAdditionalOptions
Returns the value of attribute additional_options.
-
#database ⇒ ::String
Returns the value of attribute database.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#partition_predicate ⇒ ::String
Returns the value of attribute partition_predicate.
-
#table ⇒ ::String
Returns the value of attribute table.
Instance Attribute Details
#additional_options ⇒ Types::S3SourceAdditionalOptions
Returns the value of attribute additional_options.
6479 6480 6481 |
# File 'sig/types.rbs', line 6479 def @additional_options end |
#database ⇒ ::String
Returns the value of attribute database.
6476 6477 6478 |
# File 'sig/types.rbs', line 6476 def database @database end |
#name ⇒ ::String
Returns the value of attribute name.
6475 6476 6477 |
# File 'sig/types.rbs', line 6475 def name @name end |
#partition_predicate ⇒ ::String
Returns the value of attribute partition_predicate.
6478 6479 6480 |
# File 'sig/types.rbs', line 6478 def partition_predicate @partition_predicate end |
#table ⇒ ::String
Returns the value of attribute table.
6477 6478 6479 |
# File 'sig/types.rbs', line 6477 def table @table end |