Class: Aws::Types::MetadataCatalogDetail
- Inherits:
-
Object
- Object
- Aws::Types::MetadataCatalogDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_type ⇒ "GLUE"
Returns the value of attribute catalog_type.
-
#partition_registration_output ⇒ Types::RegistrationOutput
Returns the value of attribute partition_registration_output.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
-
#table_registration_output ⇒ Types::RegistrationOutput
Returns the value of attribute table_registration_output.
Instance Attribute Details
#catalog_type ⇒ "GLUE"
Returns the value of attribute catalog_type.
834 835 836 |
# File 'sig/types.rbs', line 834 def catalog_type @catalog_type end |
#partition_registration_output ⇒ Types::RegistrationOutput
Returns the value of attribute partition_registration_output.
837 838 839 |
# File 'sig/types.rbs', line 837 def partition_registration_output @partition_registration_output end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
835 836 837 |
# File 'sig/types.rbs', line 835 def table_name @table_name end |
#table_registration_output ⇒ Types::RegistrationOutput
Returns the value of attribute table_registration_output.
836 837 838 |
# File 'sig/types.rbs', line 836 def table_registration_output @table_registration_output end |