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.
9546 9547 9548 |
# File 'sig/types.rbs', line 9546 def data_catalog_config @data_catalog_config end |
#disable_glue_table_creation ⇒ Boolean
Returns the value of attribute disable_glue_table_creation.
9545 9546 9547 |
# File 'sig/types.rbs', line 9545 def disable_glue_table_creation @disable_glue_table_creation end |
#s3_storage_config ⇒ Types::S3StorageConfig
Returns the value of attribute s3_storage_config.
9544 9545 9546 |
# File 'sig/types.rbs', line 9544 def s3_storage_config @s3_storage_config end |
#table_format ⇒ "Default", ...
Returns the value of attribute table_format.
9547 9548 9549 |
# File 'sig/types.rbs', line 9547 def table_format @table_format end |