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.
634 635 636 |
# File 'sig/types.rbs', line 634 def allow_full_table_external_data_access @allow_full_table_external_data_access end |
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
622 623 624 |
# File 'sig/types.rbs', line 622 def catalog_id @catalog_id end |
#catalog_properties ⇒ Types::CatalogPropertiesOutput
Returns the value of attribute catalog_properties.
631 632 633 |
# File 'sig/types.rbs', line 631 def catalog_properties @catalog_properties end |
#create_database_default_permissions ⇒ ::Array[Types::PrincipalPermissions]
Returns the value of attribute create_database_default_permissions.
633 634 635 |
# File 'sig/types.rbs', line 633 def @create_database_default_permissions end |
#create_table_default_permissions ⇒ ::Array[Types::PrincipalPermissions]
Returns the value of attribute create_table_default_permissions.
632 633 634 |
# File 'sig/types.rbs', line 632 def @create_table_default_permissions end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
627 628 629 |
# File 'sig/types.rbs', line 627 def create_time @create_time end |
#description ⇒ ::String
Returns the value of attribute description.
625 626 627 |
# File 'sig/types.rbs', line 625 def description @description end |
#federated_catalog ⇒ Types::FederatedCatalog
Returns the value of attribute federated_catalog.
630 631 632 |
# File 'sig/types.rbs', line 630 def federated_catalog @federated_catalog end |
#name ⇒ ::String
Returns the value of attribute name.
623 624 625 |
# File 'sig/types.rbs', line 623 def name @name end |
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
626 627 628 |
# File 'sig/types.rbs', line 626 def parameters @parameters end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
624 625 626 |
# File 'sig/types.rbs', line 624 def resource_arn @resource_arn end |
#target_redshift_catalog ⇒ Types::TargetRedshiftCatalog
Returns the value of attribute target_redshift_catalog.
629 630 631 |
# File 'sig/types.rbs', line 629 def target_redshift_catalog @target_redshift_catalog end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
628 629 630 |
# File 'sig/types.rbs', line 628 def update_time @update_time end |