Class: Aws::Types::LustreRootSquashConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#no_squash_nids::Array[::String]

Returns the value of attribute no_squash_nids.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


1242
1243
1244
# File 'sig/types.rbs', line 1242

def root_squash
  @root_squash
end