Class: Aws::AppSync::Types::ListSourceApiAssociationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::ListSourceApiAssociationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appsync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.
-
#source_api_association_summaries ⇒ Array<Types::SourceApiAssociationSummary>
The ‘SourceApiAssociationSummary` object data.
Instance Attribute Details
#next_token ⇒ String
An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.
3978 3979 3980 3981 3982 3983 |
# File 'lib/aws-sdk-appsync/types.rb', line 3978 class ListSourceApiAssociationsResponse < Struct.new( :source_api_association_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#source_api_association_summaries ⇒ Array<Types::SourceApiAssociationSummary>
The ‘SourceApiAssociationSummary` object data.
3978 3979 3980 3981 3982 3983 |
# File 'lib/aws-sdk-appsync/types.rb', line 3978 class ListSourceApiAssociationsResponse < Struct.new( :source_api_association_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |