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

Class: Aws::ElasticBeanstalk::Types::DescribeEnvironmentManagedActionsRequest

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

Overview

Note:

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

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

Request to list an environment's upcoming and in-progress 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.

#statusString

To show only actions with a particular status, specify a status.

Possible values:

  • Scheduled
  • Pending
  • Running
  • Unknown

Returns:

  • (String)

    To show only actions with a particular status, specify a status.