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:



1577
1578
1579
# File 'sig/types.rbs', line 1577

def functions
  @functions
end

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


1576
1577
1578
# File 'sig/types.rbs', line 1576

def next_marker
  @next_marker
end