Class: Aws::Types::FileSystemConfig
- Inherits:
-
Object
- Object
- Aws::Types::FileSystemConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_gid ⇒ ::Integer
Returns the value of attribute default_gid.
-
#default_uid ⇒ ::Integer
Returns the value of attribute default_uid.
-
#mount_path ⇒ ::String
Returns the value of attribute mount_path.
Instance Attribute Details
#default_gid ⇒ ::Integer
Returns the value of attribute default_gid.
6034 6035 6036 |
# File 'sig/types.rbs', line 6034 def default_gid @default_gid end |
#default_uid ⇒ ::Integer
Returns the value of attribute default_uid.
6033 6034 6035 |
# File 'sig/types.rbs', line 6033 def default_uid @default_uid end |
#mount_path ⇒ ::String
Returns the value of attribute mount_path.
6032 6033 6034 |
# File 'sig/types.rbs', line 6032 def mount_path @mount_path end |