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
- Struct
- Aws::ElasticBeanstalk::Types::DescribeEnvironmentManagedActionsRequest
- 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
-
#environment_id ⇒ String
The environment ID of the target environment.
-
#environment_name ⇒ String
The name of the target environment.
-
#status ⇒ String
To show only actions with a particular status, specify a status.
Instance Attribute Details
#environment_id ⇒ String
The environment ID of the target environment.
#environment_name ⇒ String
The name of the target environment.
#status ⇒ String
To show only actions with a particular status, specify a status.
Possible values:
- Scheduled
- Pending
- Running
- Unknown