Class: Aws::WorkDocs::Types::GetFolderPathRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workdocs/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)


1899
1900
1901
1902
1903
1904
1905
1906
1907
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1899

class GetFolderPathRequest < Struct.new(
  :authentication_token,
  :folder_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)


1899
1900
1901
1902
1903
1904
1905
1906
1907
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1899

class GetFolderPathRequest < Struct.new(
  :authentication_token,
  :folder_id,
  :limit,
  :fields,
  :marker)
  SENSITIVE = [:authentication_token]
  include Aws::Structure
end

#folder_idString

The ID of the folder.

Returns:

  • (String)


1899
1900
1901
1902
1903
1904
1905
1906
1907
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1899

class GetFolderPathRequest < Struct.new(
  :authentication_token,
  :folder_id,
  :limit,
  :fields,
  :marker)
  SENSITIVE = [:authentication_token]
  include Aws::Structure
end

#limitInteger

The maximum number of levels in the hierarchy to return.

Returns:

  • (Integer)


1899
1900
1901
1902
1903
1904
1905
1906
1907
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1899

class GetFolderPathRequest < Struct.new(
  :authentication_token,
  :folder_id,
  :limit,
  :fields,
  :marker)
  SENSITIVE = [:authentication_token]
  include Aws::Structure
end

#markerString

This value is not supported.

Returns:

  • (String)


1899
1900
1901
1902
1903
1904
1905
1906
1907
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1899

class GetFolderPathRequest < Struct.new(
  :authentication_token,
  :folder_id,
  :limit,
  :fields,
  :marker)
  SENSITIVE = [:authentication_token]
  include Aws::Structure
end