Class: Aws::Types::RootDirectory
- Inherits:
-
Object
- Object
- Aws::Types::RootDirectory
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_info ⇒ Types::CreationInfo
Returns the value of attribute creation_info.
-
#path ⇒ ::String
Returns the value of attribute path.
Instance Attribute Details
#creation_info ⇒ Types::CreationInfo
Returns the value of attribute creation_info.
536 537 538 |
# File 'sig/types.rbs', line 536 def creation_info @creation_info end |
#path ⇒ ::String
Returns the value of attribute path.
535 536 537 |
# File 'sig/types.rbs', line 535 def path @path end |