Class: Aws::AppSync::Types::ListSourceApiAssociationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::ListSourceApiAssociationsResponse
- Defined in:
- gems/aws-sdk-appsync/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.
3439 3440 3441 3442 3443 3444 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3439 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.
3439 3440 3441 3442 3443 3444 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3439 class ListSourceApiAssociationsResponse < Struct.new( :source_api_association_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |