Class: Aws::CognitoSync::Types::ListDatasetsResponse

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

Overview

Returned for a successful ListDatasets request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger

Number of datasets returned.

Returns:

  • (Integer)


673
674
675
676
677
678
679
# File 'gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync/types.rb', line 673

class ListDatasetsResponse < Struct.new(
  :datasets,
  :count,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#datasetsArray<Types::Dataset>

A set of datasets.

Returns:



673
674
675
676
677
678
679
# File 'gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync/types.rb', line 673

class ListDatasetsResponse < Struct.new(
  :datasets,
  :count,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A pagination token for obtaining the next page of results.

Returns:

  • (String)


673
674
675
676
677
678
679
# File 'gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync/types.rb', line 673

class ListDatasetsResponse < Struct.new(
  :datasets,
  :count,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end