Class: Aws::WorkDocs::Types::GetDocumentPathRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workdocs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:authentication_token]

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_tokenString

Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.

Returns:

  • (String)


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

#document_idString

The ID of the document.

Returns:

  • (String)


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

#fieldsString

A comma-separated list of values. Specify ‘NAME` to include the names of the parent folders.

Returns:

  • (String)


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

#limitInteger

The maximum number of levels in the hierarchy to return.

Returns:

  • (Integer)


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

#markerString

This value is not supported.

Returns:

  • (String)


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