Class: Aws::Types::CreationPermissions
- Inherits:
-
Object
- Object
- Aws::Types::CreationPermissions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#owner_gid ⇒ ::Integer
Returns the value of attribute owner_gid.
-
#owner_uid ⇒ ::Integer
Returns the value of attribute owner_uid.
-
#permissions ⇒ ::String
Returns the value of attribute permissions.
Instance Attribute Details
#owner_gid ⇒ ::Integer
Returns the value of attribute owner_gid.
98 99 100 |
# File 'sig/types.rbs', line 98 def owner_gid @owner_gid end |
#owner_uid ⇒ ::Integer
Returns the value of attribute owner_uid.
97 98 99 |
# File 'sig/types.rbs', line 97 def owner_uid @owner_uid end |
#permissions ⇒ ::String
Returns the value of attribute permissions.
99 100 101 |
# File 'sig/types.rbs', line 99 def @permissions end |