class Aws::ElasticBeanstalk::Types::DescribeEnvironmentManagedActionsRequest

Request to list an environment's upcoming and in-progress managed actions.

@note When making an API call, you may pass DescribeEnvironmentManagedActionsRequest

data as a hash:

    {
      environment_name: "String",
      environment_id: "String",
      status: "Scheduled", # accepts Scheduled, Pending, Running, Unknown
    }

@!attribute [rw] environment_name

The name of the target environment.
@return [String]

@!attribute [rw] environment_id

The environment ID of the target environment.
@return [String]

@!attribute [rw] status

To show only actions with a particular status, specify a status.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribeEnvironmentManagedActionsRequest AWS API Documentation

Constants

SENSITIVE