Class: Aws::AppSync::Types::ListSourceApiAssociationsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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.

Returns:

  • (String)


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_summariesArray<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