Class: Aws::WorkDocs::Types::GetFolderPathResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::GetFolderPathResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workdocs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#path ⇒ Types::ResourcePath
The path information.
Instance Attribute Details
#path ⇒ Types::ResourcePath
The path information.
1915 1916 1917 1918 1919 |
# File 'lib/aws-sdk-workdocs/types.rb', line 1915 class GetFolderPathResponse < Struct.new( :path) SENSITIVE = [] include Aws::Structure end |