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.
9531 9532 9533 |
# File 'sig/types.rbs', line 9531 def data_catalog_config @data_catalog_config end |
#disable_glue_table_creation ⇒ Boolean
Returns the value of attribute disable_glue_table_creation.
9530 9531 9532 |
# File 'sig/types.rbs', line 9530 def disable_glue_table_creation @disable_glue_table_creation end |
#s3_storage_config ⇒ Types::S3StorageConfig
Returns the value of attribute s3_storage_config.
9529 9530 9531 |
# File 'sig/types.rbs', line 9529 def s3_storage_config @s3_storage_config end |
#table_format ⇒ "Default", ...
Returns the value of attribute table_format.
9532 9533 9534 |
# File 'sig/types.rbs', line 9532 def table_format @table_format end |