Class: Aws::Types::Catalog
- Inherits:
-
Object
- Object
- Aws::Types::Catalog
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_full_table_external_data_access ⇒ "True", "False"
Returns the value of attribute allow_full_table_external_data_access.
-
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
-
#catalog_properties ⇒ Types::CatalogPropertiesOutput
Returns the value of attribute catalog_properties.
-
#create_database_default_permissions ⇒ ::Array[Types::PrincipalPermissions]
Returns the value of attribute create_database_default_permissions.
-
#create_table_default_permissions ⇒ ::Array[Types::PrincipalPermissions]
Returns the value of attribute create_table_default_permissions.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#federated_catalog ⇒ Types::FederatedCatalog
Returns the value of attribute federated_catalog.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#target_redshift_catalog ⇒ Types::TargetRedshiftCatalog
Returns the value of attribute target_redshift_catalog.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#allow_full_table_external_data_access ⇒ "True", "False"
Returns the value of attribute allow_full_table_external_data_access.
638 639 640 |
# File 'sig/types.rbs', line 638 def allow_full_table_external_data_access @allow_full_table_external_data_access end |
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
626 627 628 |
# File 'sig/types.rbs', line 626 def catalog_id @catalog_id end |
#catalog_properties ⇒ Types::CatalogPropertiesOutput
Returns the value of attribute catalog_properties.
635 636 637 |
# File 'sig/types.rbs', line 635 def catalog_properties @catalog_properties end |
#create_database_default_permissions ⇒ ::Array[Types::PrincipalPermissions]
Returns the value of attribute create_database_default_permissions.
637 638 639 |
# File 'sig/types.rbs', line 637 def @create_database_default_permissions end |
#create_table_default_permissions ⇒ ::Array[Types::PrincipalPermissions]
Returns the value of attribute create_table_default_permissions.
636 637 638 |
# File 'sig/types.rbs', line 636 def @create_table_default_permissions end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
631 632 633 |
# File 'sig/types.rbs', line 631 def create_time @create_time end |
#description ⇒ ::String
Returns the value of attribute description.
629 630 631 |
# File 'sig/types.rbs', line 629 def description @description end |
#federated_catalog ⇒ Types::FederatedCatalog
Returns the value of attribute federated_catalog.
634 635 636 |
# File 'sig/types.rbs', line 634 def federated_catalog @federated_catalog end |
#name ⇒ ::String
Returns the value of attribute name.
627 628 629 |
# File 'sig/types.rbs', line 627 def name @name end |
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
630 631 632 |
# File 'sig/types.rbs', line 630 def parameters @parameters end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
628 629 630 |
# File 'sig/types.rbs', line 628 def resource_arn @resource_arn end |
#target_redshift_catalog ⇒ Types::TargetRedshiftCatalog
Returns the value of attribute target_redshift_catalog.
633 634 635 |
# File 'sig/types.rbs', line 633 def target_redshift_catalog @target_redshift_catalog end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
632 633 634 |
# File 'sig/types.rbs', line 632 def update_time @update_time end |