Class: Aws::Types::ListVersionsByFunctionResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListVersionsByFunctionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
-
#versions ⇒ ::Array[Types::FunctionConfiguration]
Returns the value of attribute versions.
Instance Attribute Details
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
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.
1624 1625 1626 |
# File 'sig/types.rbs', line 1624 def versions @versions end |