You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElasticBeanstalk::Types::DescribeEnvironmentManagedActionHistoryRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DescribeEnvironmentManagedActionHistoryRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Request to list completed and failed managed actions.

Instance Attribute Summary collapse

Instance Attribute Details

#environment_idString

The environment ID of the target environment.

Returns:

  • (String)

    The environment ID of the target environment.

#environment_nameString

The name of the target environment.

Returns:

  • (String)

    The name of the target environment.

#max_itemsInteger

The maximum number of items to return for a single request.

Returns:

  • (Integer)

    The maximum number of items to return for a single request.

#next_tokenString

The pagination token returned by a previous request.

Returns:

  • (String)

    The pagination token returned by a previous request.