View source: R/elasticbeanstalk_operations.R
elasticbeanstalk_describe_environment_managed_action_history | R Documentation |
Lists an environment's completed and failed managed actions.
See https://www.paws-r-sdk.com/docs/elasticbeanstalk_describe_environment_managed_action_history/ for full documentation.
elasticbeanstalk_describe_environment_managed_action_history(
EnvironmentId = NULL,
EnvironmentName = NULL,
NextToken = NULL,
MaxItems = NULL
)
EnvironmentId |
The environment ID of the target environment. |
EnvironmentName |
The name of the target environment. |
NextToken |
The pagination token returned by a previous request. |
MaxItems |
The maximum number of items to return for a single request. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.