Class: Aws::Types::KxDataviewSegmentConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#db_paths::Array[::String]

Returns the value of attribute db_paths.

Returns:

  • (::Array[::String])


737
738
739
# File 'sig/types.rbs', line 737

def db_paths
  @db_paths
end

#on_demandBoolean

Returns the value of attribute on_demand.

Returns:

  • (Boolean)


739
740
741
# File 'sig/types.rbs', line 739

def on_demand
  @on_demand
end

#volume_name::String

Returns the value of attribute volume_name.

Returns:

  • (::String)


738
739
740
# File 'sig/types.rbs', line 738

def volume_name
  @volume_name
end