Class: Aws::Types::ClusterTieredStorageConfig
- Inherits:
-
Object
- Object
- Aws::Types::ClusterTieredStorageConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_memory_allocation_percentage ⇒ ::Integer
Returns the value of attribute instance_memory_allocation_percentage.
-
#mode ⇒ "Enable", "Disable"
Returns the value of attribute mode.
Instance Attribute Details
#instance_memory_allocation_percentage ⇒ ::Integer
Returns the value of attribute instance_memory_allocation_percentage.
1624 1625 1626 |
# File 'sig/types.rbs', line 1624 def instance_memory_allocation_percentage @instance_memory_allocation_percentage end |
#mode ⇒ "Enable", "Disable"
Returns the value of attribute mode.
1623 1624 1625 |
# File 'sig/types.rbs', line 1623 def mode @mode end |