Class: Aws::Types::AwsEfsAccessPointRootDirectoryDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEfsAccessPointRootDirectoryDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_info ⇒ Types::AwsEfsAccessPointRootDirectoryCreationInfoDetails
Returns the value of attribute creation_info.
-
#path ⇒ ::String
Returns the value of attribute path.
Instance Attribute Details
#creation_info ⇒ Types::AwsEfsAccessPointRootDirectoryCreationInfoDetails
Returns the value of attribute creation_info.
2509 2510 2511 |
# File 'sig/types.rbs', line 2509 def creation_info @creation_info end |
#path ⇒ ::String
Returns the value of attribute path.
2510 2511 2512 |
# File 'sig/types.rbs', line 2510 def path @path end |