Class: Aws::WorkDocs::Types::GetFolderPathResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::GetFolderPathResponse
- Defined in:
- gems/aws-sdk-workdocs/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.
2127 2128 2129 2130 2131 |
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 2127 class GetFolderPathResponse < Struct.new( :path) SENSITIVE = [] include Aws::Structure end |