Class: Aws::Types::RootDirectory
- Inherits:
-
Object
- Object
- Aws::Types::RootDirectory
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_permissions ⇒ Types::CreationPermissions
Returns the value of attribute creation_permissions.
-
#path ⇒ ::String
Returns the value of attribute path.
Instance Attribute Details
#creation_permissions ⇒ Types::CreationPermissions
Returns the value of attribute creation_permissions.
355 356 357 |
# File 'sig/types.rbs', line 355 def @creation_permissions end |
#path ⇒ ::String
Returns the value of attribute path.
354 355 356 |
# File 'sig/types.rbs', line 354 def path @path end |