Class: Aws::CognitoSync::Types::ListDatasetsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoSync::Types::ListDatasetsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitosync/types.rb
Overview
Request for a list of datasets for an identity.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identity_id ⇒ String
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.
-
#identity_pool_id ⇒ String
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.
-
#max_results ⇒ Integer
The maximum number of results to be returned.
-
#next_token ⇒ String
A pagination token for obtaining the next page of results.
Instance Attribute Details
#identity_id ⇒ String
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.
648 649 650 651 652 653 654 655 |
# File 'lib/aws-sdk-cognitosync/types.rb', line 648 class ListDatasetsRequest < Struct.new( :identity_pool_id, :identity_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#identity_pool_id ⇒ String
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.
648 649 650 651 652 653 654 655 |
# File 'lib/aws-sdk-cognitosync/types.rb', line 648 class ListDatasetsRequest < Struct.new( :identity_pool_id, :identity_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to be returned.
648 649 650 651 652 653 654 655 |
# File 'lib/aws-sdk-cognitosync/types.rb', line 648 class ListDatasetsRequest < Struct.new( :identity_pool_id, :identity_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token for obtaining the next page of results.
648 649 650 651 652 653 654 655 |
# File 'lib/aws-sdk-cognitosync/types.rb', line 648 class ListDatasetsRequest < Struct.new( :identity_pool_id, :identity_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |