Class: Aws::Types::OfflineStoreConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_catalog_configTypes::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_creationBoolean

Returns the value of attribute disable_glue_table_creation.

Returns:

  • (Boolean)


9545
9546
9547
# File 'sig/types.rbs', line 9545

def disable_glue_table_creation
  @disable_glue_table_creation
end

#s3_storage_configTypes::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.

Returns:

  • ("Default", "Glue", "Iceberg")


9547
9548
9549
# File 'sig/types.rbs', line 9547

def table_format
  @table_format
end