Class: Aws::Types::ListFunctionsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#functions::Array[Types::FunctionConfiguration]

Returns the value of attribute functions.

Returns:



1014
1015
1016
# File 'sig/types.rbs', line 1014

def functions
  @functions
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1015
1016
1017
# File 'sig/types.rbs', line 1015

def next_token
  @next_token
end