Method: Aws::ServerlessApplicationRepository::Client#list_application_versions
- Defined in:
- lib/aws-sdk-serverlessapplicationrepository/client.rb
#list_application_versions(params = {}) ⇒ Types::ListApplicationVersionsResponse
Lists versions for the specified application.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
1059 1060 1061 1062 |
# File 'lib/aws-sdk-serverlessapplicationrepository/client.rb', line 1059 def list_application_versions(params = {}, = {}) req = build_request(:list_application_versions, params) req.send_request() end |