Class: Aws::Types::KxDatabaseCacheConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::KxDatabaseCacheConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cache_type ⇒ ::String
Returns the value of attribute cache_type.
-
#dataview_name ⇒ ::String
Returns the value of attribute dataview_name.
-
#db_paths ⇒ ::Array[::String]
Returns the value of attribute db_paths.
Instance Attribute Details
#cache_type ⇒ ::String
Returns the value of attribute cache_type.
678 679 680 |
# File 'sig/types.rbs', line 678 def cache_type @cache_type end |
#dataview_name ⇒ ::String
Returns the value of attribute dataview_name.
680 681 682 |
# File 'sig/types.rbs', line 680 def dataview_name @dataview_name end |
#db_paths ⇒ ::Array[::String]
Returns the value of attribute db_paths.
679 680 681 |
# File 'sig/types.rbs', line 679 def db_paths @db_paths end |