Class: Aws::AppSync::Types::ListDataSourcesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::ListDataSourcesResponse
- Defined in:
- gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_sources ⇒ Array<Types::DataSource>
The
DataSource
objects. -
#next_token ⇒ String
An identifier to pass in the next request to this operation to return the next set of items in the list.
Instance Attribute Details
#data_sources ⇒ Array<Types::DataSource>
The DataSource
objects.
3715 3716 3717 3718 3719 3720 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3715 class ListDataSourcesResponse < Struct.new( :data_sources, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
An identifier to pass in the next request to this operation to return the next set of items in the list.
3715 3716 3717 3718 3719 3720 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3715 class ListDataSourcesResponse < Struct.new( :data_sources, :next_token) SENSITIVE = [] include Aws::Structure end |