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.
1639 1640 1641 |
# File 'sig/types.rbs', line 1639 def instance_memory_allocation_percentage @instance_memory_allocation_percentage end |
#mode ⇒ "Enable", "Disable"
Returns the value of attribute mode.
1638 1639 1640 |
# File 'sig/types.rbs', line 1638 def mode @mode end |