Class: Aws::Types::NFSFileShareDefaults
- Inherits:
-
Object
- Object
- Aws::Types::NFSFileShareDefaults
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#directory_mode ⇒ ::String
Returns the value of attribute directory_mode.
-
#file_mode ⇒ ::String
Returns the value of attribute file_mode.
-
#group_id ⇒ ::Integer
Returns the value of attribute group_id.
-
#owner_id ⇒ ::Integer
Returns the value of attribute owner_id.
Instance Attribute Details
#directory_mode ⇒ ::String
Returns the value of attribute directory_mode.
1105 1106 1107 |
# File 'sig/types.rbs', line 1105 def directory_mode @directory_mode end |
#file_mode ⇒ ::String
Returns the value of attribute file_mode.
1104 1105 1106 |
# File 'sig/types.rbs', line 1104 def file_mode @file_mode end |
#group_id ⇒ ::Integer
Returns the value of attribute group_id.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def group_id @group_id end |
#owner_id ⇒ ::Integer
Returns the value of attribute owner_id.
1107 1108 1109 |
# File 'sig/types.rbs', line 1107 def owner_id @owner_id end |