Class: Aws::Types::KxDatabaseCacheConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cache_type::String

Returns the value of attribute cache_type.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


679
680
681
# File 'sig/types.rbs', line 679

def db_paths
  @db_paths
end