Method: Aws::WorkDocs::Types::DescribeFolderContentsRequest#authentication_token

Defined in:
lib/aws-sdk-workdocs/types.rb

#authentication_tokenString

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



1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
# File 'lib/aws-sdk-workdocs/types.rb', line 1066

class DescribeFolderContentsRequest < Struct.new(
  :authentication_token,
  :folder_id,
  :sort,
  :order,
  :limit,
  :marker,
  :type,
  :include)
  SENSITIVE = [:authentication_token]
  include Aws::Structure
end