Class: Aws::WorkDocs::Types::GetResourcesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::GetResourcesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workdocs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:authentication_token]
Instance Attribute Summary collapse
-
#authentication_token ⇒ String
The Amazon WorkDocs authentication token.
-
#collection_type ⇒ String
The collection type.
-
#limit ⇒ Integer
The maximum number of resources to return.
-
#marker ⇒ String
The marker for the next set of results.
-
#user_id ⇒ String
The user ID for the resource collection.
Instance Attribute Details
#authentication_token ⇒ String
The Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
1986 1987 1988 1989 1990 1991 1992 1993 1994 |
# File 'lib/aws-sdk-workdocs/types.rb', line 1986 class GetResourcesRequest < Struct.new( :authentication_token, :user_id, :collection_type, :limit, :marker) SENSITIVE = [:authentication_token] include Aws::Structure end |
#collection_type ⇒ String
The collection type.
1986 1987 1988 1989 1990 1991 1992 1993 1994 |
# File 'lib/aws-sdk-workdocs/types.rb', line 1986 class GetResourcesRequest < Struct.new( :authentication_token, :user_id, :collection_type, :limit, :marker) SENSITIVE = [:authentication_token] include Aws::Structure end |
#limit ⇒ Integer
The maximum number of resources to return.
1986 1987 1988 1989 1990 1991 1992 1993 1994 |
# File 'lib/aws-sdk-workdocs/types.rb', line 1986 class GetResourcesRequest < Struct.new( :authentication_token, :user_id, :collection_type, :limit, :marker) SENSITIVE = [:authentication_token] include Aws::Structure end |
#marker ⇒ String
The marker for the next set of results. This marker was received from a previous call.
1986 1987 1988 1989 1990 1991 1992 1993 1994 |
# File 'lib/aws-sdk-workdocs/types.rb', line 1986 class GetResourcesRequest < Struct.new( :authentication_token, :user_id, :collection_type, :limit, :marker) SENSITIVE = [:authentication_token] include Aws::Structure end |
#user_id ⇒ String
The user ID for the resource collection. This is a required field for accessing the API operation using IAM credentials.
1986 1987 1988 1989 1990 1991 1992 1993 1994 |
# File 'lib/aws-sdk-workdocs/types.rb', line 1986 class GetResourcesRequest < Struct.new( :authentication_token, :user_id, :collection_type, :limit, :marker) SENSITIVE = [:authentication_token] include Aws::Structure end |