Class: Aws::AppSync::Types::ListDataSourcesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_sourcesArray<Types::DataSource>

The DataSource objects.

Returns:



3173
3174
3175
3176
3177
3178
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3173

class ListDataSourcesResponse < Struct.new(
  :data_sources,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

An identifier to pass in the next request to this operation to return the next set of items in the list.

Returns:

  • (String)


3173
3174
3175
3176
3177
3178
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3173

class ListDataSourcesResponse < Struct.new(
  :data_sources,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end