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

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


2542
2543
2544
# File 'sig/types.rbs', line 2542

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


2543
2544
2545
# File 'sig/types.rbs', line 2543

def max_items
  @max_items
end

#stage"DEVELOPMENT", "LIVE"

Returns the value of attribute stage.

Returns:

  • ("DEVELOPMENT", "LIVE")


2544
2545
2546
# File 'sig/types.rbs', line 2544

def stage
  @stage
end