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

#function_version"ALL"

Returns the value of attribute function_version.

Returns:

  • ("ALL")


1551
1552
1553
# File 'sig/types.rbs', line 1551

def function_version
  @function_version
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1552
1553
1554
# File 'sig/types.rbs', line 1552

def marker
  @marker
end

#master_region::String

Returns the value of attribute master_region.

Returns:

  • (::String)


1550
1551
1552
# File 'sig/types.rbs', line 1550

def master_region
  @master_region
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


1553
1554
1555
# File 'sig/types.rbs', line 1553

def max_items
  @max_items
end