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

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

#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)


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