Class: Aws::Types::FileSystemConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#default_gid::Integer

Returns the value of attribute default_gid.

Returns:

  • (::Integer)


6019
6020
6021
# File 'sig/types.rbs', line 6019

def default_gid
  @default_gid
end

#default_uid::Integer

Returns the value of attribute default_uid.

Returns:

  • (::Integer)


6018
6019
6020
# File 'sig/types.rbs', line 6018

def default_uid
  @default_uid
end

#mount_path::String

Returns the value of attribute mount_path.

Returns:

  • (::String)


6017
6018
6019
# File 'sig/types.rbs', line 6017

def mount_path
  @mount_path
end