Class: Aws::Types::ListFunctionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#api_id::String

Returns the value of attribute api_id.

Returns:



1007
1008
1009
# File 'sig/types.rbs', line 1007

def api_id
  @api_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:



1009
1010
1011
# File 'sig/types.rbs', line 1009

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:



1008
1009
1010
# File 'sig/types.rbs', line 1008

def next_token
  @next_token
end