Class: Aws::AppSync::Types::ListTypesByAssociationResponse

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)


4063
4064
4065
4066
4067
4068
# File 'lib/aws-sdk-appsync/types.rb', line 4063

class ListTypesByAssociationResponse < Struct.new(
  :types,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#typesArray<Types::Type>

The ‘Type` objects.

Returns:



4063
4064
4065
4066
4067
4068
# File 'lib/aws-sdk-appsync/types.rb', line 4063

class ListTypesByAssociationResponse < Struct.new(
  :types,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end