Class: Aws::Types::ListServiceFunctionsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


770
771
772
# File 'sig/types.rbs', line 770

def next_token
  @next_token
end

#service_functions::Array[Types::ServiceFunction]

Returns the value of attribute service_functions.

Returns:



769
770
771
# File 'sig/types.rbs', line 769

def service_functions
  @service_functions
end