Class: Aws::WorkDocs::Types::GetFolderPathRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::GetFolderPathRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workdocs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:authentication_token]
Instance Attribute Summary collapse
-
#authentication_token ⇒ String
Amazon WorkDocs authentication token.
-
#fields ⇒ String
A comma-separated list of values.
-
#folder_id ⇒ String
The ID of the folder.
-
#limit ⇒ Integer
The maximum number of levels in the hierarchy to return.
-
#marker ⇒ String
This value is not supported.
Instance Attribute Details
#authentication_token ⇒ String
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
1899 1900 1901 1902 1903 1904 1905 1906 1907 |
# File '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 |
#fields ⇒ String
A comma-separated list of values. Specify “NAME” to include the names of the parent folders.
1899 1900 1901 1902 1903 1904 1905 1906 1907 |
# File '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_id ⇒ String
The ID of the folder.
1899 1900 1901 1902 1903 1904 1905 1906 1907 |
# File '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 |
#limit ⇒ Integer
The maximum number of levels in the hierarchy to return.
1899 1900 1901 1902 1903 1904 1905 1906 1907 |
# File '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 |
#marker ⇒ String
This value is not supported.
1899 1900 1901 1902 1903 1904 1905 1906 1907 |
# File '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 |