Class: Aws::CognitoSync::Types::ListDatasetsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync/types.rb

Overview

Request for a list of datasets for an identity.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identity_idString

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.

Returns:

  • (String)


648
649
650
651
652
653
654
655
# File 'gems/aws-sdk-cognitosync/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_idString

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.

Returns:

  • (String)


648
649
650
651
652
653
654
655
# File 'gems/aws-sdk-cognitosync/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_resultsInteger

The maximum number of results to be returned.

Returns:

  • (Integer)


648
649
650
651
652
653
654
655
# File 'gems/aws-sdk-cognitosync/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_tokenString

A pagination token for obtaining the next page of results.

Returns:

  • (String)


648
649
650
651
652
653
654
655
# File 'gems/aws-sdk-cognitosync/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