Method: Aws::WorkDocs::Types::GetDocumentPathRequest#fields
- Defined in:
- lib/aws-sdk-workdocs/types.rb
#fields ⇒ String
A comma-separated list of values. Specify NAME to include the names of the parent folders.
1762 1763 1764 1765 1766 1767 1768 1769 1770 |
# File 'lib/aws-sdk-workdocs/types.rb', line 1762 class GetDocumentPathRequest < Struct.new( :authentication_token, :document_id, :limit, :fields, :marker) SENSITIVE = [:authentication_token] include Aws::Structure end |