class Aws::ElasticBeanstalk::Types::DescribeEnvironmentManagedActionHistoryRequest

Request to list completed and failed managed actions.

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

data as a hash:

    {
      environment_id: "EnvironmentId",
      environment_name: "EnvironmentName",
      next_token: "String",
      max_items: 1,
    }

@!attribute [rw] environment_id

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

@!attribute [rw] environment_name

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

@!attribute [rw] next_token

The pagination token returned by a previous request.
@return [String]

@!attribute [rw] max_items

The maximum number of items to return for a single request.
@return [Integer]

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

Constants

SENSITIVE