elasticbeanstalk_describe_environment_managed_action_history {paws.compute} | R Documentation |
Lists an environment's completed and failed managed actions
Description
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.
Usage
elasticbeanstalk_describe_environment_managed_action_history(
EnvironmentId = NULL,
EnvironmentName = NULL,
NextToken = NULL,
MaxItems = NULL
)
Arguments
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. |
[Package paws.compute version 0.7.0 Index]