Class: Aws::Types::KxDataviewSegmentConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::KxDataviewSegmentConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_paths ⇒ ::Array[::String]
Returns the value of attribute db_paths.
-
#on_demand ⇒ Boolean
Returns the value of attribute on_demand.
-
#volume_name ⇒ ::String
Returns the value of attribute volume_name.
Instance Attribute Details
#db_paths ⇒ ::Array[::String]
Returns the value of attribute db_paths.
737 738 739 |
# File 'sig/types.rbs', line 737 def db_paths @db_paths end |
#on_demand ⇒ Boolean
Returns the value of attribute on_demand.
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.
738 739 740 |
# File 'sig/types.rbs', line 738 def volume_name @volume_name end |