codedeploy_get_application_revision {paws.developer.tools} | R Documentation |
Gets information about an application revision
Description
Gets information about an application revision.
See https://www.paws-r-sdk.com/docs/codedeploy_get_application_revision/ for full documentation.
Usage
codedeploy_get_application_revision(applicationName, revision)
Arguments
applicationName |
[required] The name of the application that corresponds to the revision. |
revision |
[required] Information about the application revision to get, including type and location. |
[Package paws.developer.tools version 0.9.0 Index]