Class: Aws::Types::ListVersionsByFunctionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#function_name::String

Returns the value of attribute function_name.

Returns:



1634
1635
1636
# File 'sig/types.rbs', line 1634

def function_name
  @function_name
end

#marker::String

Returns the value of attribute marker.

Returns:



1635
1636
1637
# File 'sig/types.rbs', line 1635

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:



1636
1637
1638
# File 'sig/types.rbs', line 1636

def max_items
  @max_items
end