Class: Aws::WorkDocs::Types::GetDocumentPathResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::GetDocumentPathResponse
- 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.
1778 1779 1780 1781 1782 |
# File 'lib/aws-sdk-workdocs/types.rb', line 1778 class GetDocumentPathResponse < Struct.new( :path) SENSITIVE = [] include Aws::Structure end |