Class: Aws::Types::OfflineStoreConfig
- Inherits:
-
Object
- Object
- Aws::Types::OfflineStoreConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_catalog_config ⇒ Types::DataCatalogConfig
Returns the value of attribute data_catalog_config.
-
#disable_glue_table_creation ⇒ Boolean
Returns the value of attribute disable_glue_table_creation.
-
#s3_storage_config ⇒ Types::S3StorageConfig
Returns the value of attribute s3_storage_config.
-
#table_format ⇒ "Default", ...
Returns the value of attribute table_format.
Instance Attribute Details
#data_catalog_config ⇒ Types::DataCatalogConfig
Returns the value of attribute data_catalog_config.
9593 9594 9595 |
# File 'sig/types.rbs', line 9593 def data_catalog_config @data_catalog_config end |
#disable_glue_table_creation ⇒ Boolean
Returns the value of attribute disable_glue_table_creation.
9592 9593 9594 |
# File 'sig/types.rbs', line 9592 def disable_glue_table_creation @disable_glue_table_creation end |
#s3_storage_config ⇒ Types::S3StorageConfig
Returns the value of attribute s3_storage_config.
9591 9592 9593 |
# File 'sig/types.rbs', line 9591 def s3_storage_config @s3_storage_config end |
#table_format ⇒ "Default", ...
Returns the value of attribute table_format.
9594 9595 9596 |
# File 'sig/types.rbs', line 9594 def table_format @table_format end |