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.
4463 4464 4465 |
# File 'sig/types.rbs', line 4463 def @additional_options end |
#database ⇒ ::String
Returns the value of attribute database.
4460 4461 4462 |
# File 'sig/types.rbs', line 4460 def database @database end |
#name ⇒ ::String
Returns the value of attribute name.
4459 4460 4461 |
# File 'sig/types.rbs', line 4459 def name @name end |
#partition_predicate ⇒ ::String
Returns the value of attribute partition_predicate.
4462 4463 4464 |
# File 'sig/types.rbs', line 4462 def partition_predicate @partition_predicate end |
#table ⇒ ::String
Returns the value of attribute table.
4461 4462 4463 |
# File 'sig/types.rbs', line 4461 def table @table end |