Class: Aws::WorkDocs::Types::DescribeFolderContentsRequest

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)


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

#folder_idString

The ID of the folder.

Returns:

  • (String)


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

#includeString

The contents to include. Specify “INITIALIZED” to include initialized documents.

Returns:

  • (String)


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

#limitInteger

The maximum number of items to return with this call.

Returns:

  • (Integer)


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

#markerString

The marker for the next set of results. This marker was received from a previous call.

Returns:

  • (String)


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

#orderString

The order for the contents of the folder.

Returns:

  • (String)


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

#sortString

The sorting criteria.

Returns:

  • (String)


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

#typeString

The type of items.

Returns:

  • (String)


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