Class: Aws::AppSync::Types::ListFunctionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::ListFunctionsResponse
- Defined in:
- gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#functions ⇒ Array<Types::FunctionConfiguration>
A list of
Function
objects. -
#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.
Instance Attribute Details
#functions ⇒ Array<Types::FunctionConfiguration>
A list of Function
objects.
2631 2632 2633 2634 2635 2636 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2631 class ListFunctionsResponse < Struct.new( :functions, :next_token) SENSITIVE = [] include Aws::Structure end |
#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.
2631 2632 2633 2634 2635 2636 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2631 class ListFunctionsResponse < Struct.new( :functions, :next_token) SENSITIVE = [] include Aws::Structure end |