Class: Aws::Types::LustreReadCacheConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::LustreReadCacheConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#size_gi_b ⇒ ::Integer
Returns the value of attribute size_gi_b.
-
#sizing_mode ⇒ "NO_CACHE", ...
Returns the value of attribute sizing_mode.
Instance Attribute Details
#size_gi_b ⇒ ::Integer
Returns the value of attribute size_gi_b.
1237 1238 1239 |
# File 'sig/types.rbs', line 1237 def size_gi_b @size_gi_b end |
#sizing_mode ⇒ "NO_CACHE", ...
Returns the value of attribute sizing_mode.
1236 1237 1238 |
# File 'sig/types.rbs', line 1236 def sizing_mode @sizing_mode end |