Class: Aws::WorkDocs::Types::GetFolderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::GetFolderRequest
- 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.
-
#folder_id ⇒ String
The ID of the folder.
-
#include_custom_metadata ⇒ Boolean
Set to TRUE to include custom metadata in the response.
Instance Attribute Details
#authentication_token ⇒ String
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
1936 1937 1938 1939 1940 1941 1942 |
# File 'lib/aws-sdk-workdocs/types.rb', line 1936 class GetFolderRequest < Struct.new( :authentication_token, :folder_id, :include_custom_metadata) SENSITIVE = [:authentication_token] include Aws::Structure end |
#folder_id ⇒ String
The ID of the folder.
1936 1937 1938 1939 1940 1941 1942 |
# File 'lib/aws-sdk-workdocs/types.rb', line 1936 class GetFolderRequest < Struct.new( :authentication_token, :folder_id, :include_custom_metadata) SENSITIVE = [:authentication_token] include Aws::Structure end |
#include_custom_metadata ⇒ Boolean
Set to TRUE to include custom metadata in the response.
1936 1937 1938 1939 1940 1941 1942 |
# File 'lib/aws-sdk-workdocs/types.rb', line 1936 class GetFolderRequest < Struct.new( :authentication_token, :folder_id, :include_custom_metadata) SENSITIVE = [:authentication_token] include Aws::Structure end |