Class: Aws::Types::AwsEfsAccessPointRootDirectoryCreationInfoDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEfsAccessPointRootDirectoryCreationInfoDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#owner_gid ⇒ ::String
Returns the value of attribute owner_gid.
-
#owner_uid ⇒ ::String
Returns the value of attribute owner_uid.
-
#permissions ⇒ ::String
Returns the value of attribute permissions.
Instance Attribute Details
#owner_gid ⇒ ::String
Returns the value of attribute owner_gid.
2502 2503 2504 |
# File 'sig/types.rbs', line 2502 def owner_gid @owner_gid end |
#owner_uid ⇒ ::String
Returns the value of attribute owner_uid.
2503 2504 2505 |
# File 'sig/types.rbs', line 2503 def owner_uid @owner_uid end |
#permissions ⇒ ::String
Returns the value of attribute permissions.
2504 2505 2506 |
# File 'sig/types.rbs', line 2504 def @permissions end |