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.
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.
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.
6013 6014 6015 |
# File 'sig/types.rbs', line 6013 def mount_path @mount_path end |