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.



9531
9532
9533
# File 'sig/types.rbs', line 9531

def data_catalog_config
  @data_catalog_config
end

#disable_glue_table_creationBoolean

Returns the value of attribute disable_glue_table_creation.

Returns:

  • (Boolean)


9530
9531
9532
# File 'sig/types.rbs', line 9530

def disable_glue_table_creation
  @disable_glue_table_creation
end

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

Returns:

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


9532
9533
9534
# File 'sig/types.rbs', line 9532

def table_format
  @table_format
end