Class: Aws::WorkDocs::Types::DescribeRootFoldersRequest

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.

Returns:

  • (String)


1262
1263
1264
1265
1266
1267
1268
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1262

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

#limitInteger

The maximum number of items to return.

Returns:

  • (Integer)


1262
1263
1264
1265
1266
1267
1268
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1262

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

#markerString

The marker for the next set of results. (You received this marker from a previous call.)

Returns:

  • (String)


1262
1263
1264
1265
1266
1267
1268
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1262

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