elasticbeanstalk_describe_environment_managed_action_history: Lists an environment's completed and failed managed actions

View source: R/elasticbeanstalk_operations.R

elasticbeanstalk_describe_environment_managed_action_historyR 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.


paws.compute documentation built on May 29, 2024, 9:16 a.m.