Class: Aws::Types::ListVersionsByFunctionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


1623
1624
1625
# File 'sig/types.rbs', line 1623

def next_marker
  @next_marker
end

#versions::Array[Types::FunctionConfiguration]

Returns the value of attribute versions.

Returns:



1624
1625
1626
# File 'sig/types.rbs', line 1624

def versions
  @versions
end