Class: Aws::AppSync::Types::ListFunctionsResponse

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

#functionsArray<Types::FunctionConfiguration>

A list of Function objects.

Returns:



3836
3837
3838
3839
3840
3841
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3836

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

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


3836
3837
3838
3839
3840
3841
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3836

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