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.
1640 1641 1642 |
# File 'sig/types.rbs', line 1640 def next_marker @next_marker end |
#versions ⇒ ::Array[Types::FunctionConfiguration]
Returns the value of attribute versions.
1641 1642 1643 |
# File 'sig/types.rbs', line 1641 def versions @versions end |