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)


6015
6016
6017
# File 'sig/types.rbs', line 6015

def default_gid
  @default_gid
end

#default_uid::Integer

Returns the value of attribute default_uid.

Returns:

  • (::Integer)


6014
6015
6016
# File 'sig/types.rbs', line 6014

def default_uid
  @default_uid
end

#mount_path::String

Returns the value of attribute mount_path.

Returns:

  • (::String)


6013
6014
6015
# File 'sig/types.rbs', line 6013

def mount_path
  @mount_path
end