Class: Aws::Types::GovernedCatalogSource
- Inherits:
-
Object
- Object
- Aws::Types::GovernedCatalogSource
- 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.
4453 4454 4455 |
# File 'sig/types.rbs', line 4453 def @additional_options end |
#database ⇒ ::String
Returns the value of attribute database.
4450 4451 4452 |
# File 'sig/types.rbs', line 4450 def database @database end |
#name ⇒ ::String
Returns the value of attribute name.
4449 4450 4451 |
# File 'sig/types.rbs', line 4449 def name @name end |
#partition_predicate ⇒ ::String
Returns the value of attribute partition_predicate.
4452 4453 4454 |
# File 'sig/types.rbs', line 4452 def partition_predicate @partition_predicate end |
#table ⇒ ::String
Returns the value of attribute table.
4451 4452 4453 |
# File 'sig/types.rbs', line 4451 def table @table end |