Class: Aws::Types::LustreRootSquashConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::LustreRootSquashConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#no_squash_nids ⇒ ::Array[::String]
Returns the value of attribute no_squash_nids.
-
#root_squash ⇒ ::String
Returns the value of attribute root_squash.
Instance Attribute Details
#no_squash_nids ⇒ ::Array[::String]
Returns the value of attribute no_squash_nids.
1243 1244 1245 |
# File 'sig/types.rbs', line 1243 def no_squash_nids @no_squash_nids end |
#root_squash ⇒ ::String
Returns the value of attribute root_squash.
1242 1243 1244 |
# File 'sig/types.rbs', line 1242 def root_squash @root_squash end |