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.
4434 4435 4436 |
# File 'sig/types.rbs', line 4434 def @additional_options end |
#database ⇒ ::String
Returns the value of attribute database.
4431 4432 4433 |
# File 'sig/types.rbs', line 4431 def database @database end |
#name ⇒ ::String
Returns the value of attribute name.
4430 4431 4432 |
# File 'sig/types.rbs', line 4430 def name @name end |
#partition_predicate ⇒ ::String
Returns the value of attribute partition_predicate.
4433 4434 4435 |
# File 'sig/types.rbs', line 4433 def partition_predicate @partition_predicate end |
#table ⇒ ::String
Returns the value of attribute table.
4432 4433 4434 |
# File 'sig/types.rbs', line 4432 def table @table end |