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")


1569
1570
1571
# File 'sig/types.rbs', line 1569

def function_version
  @function_version
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1570
1571
1572
# File 'sig/types.rbs', line 1570

def marker
  @marker
end

#master_region::String

Returns the value of attribute master_region.

Returns:

  • (::String)


1568
1569
1570
# File 'sig/types.rbs', line 1568

def master_region
  @master_region
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


1571
1572
1573
# File 'sig/types.rbs', line 1571

def max_items
  @max_items
end