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

Class: Aws::ElasticBeanstalk::Types::ApplyEnvironmentManagedActionRequest

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

Overview

Note:

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

{
  environment_name: "String",
  environment_id: "String",
  action_id: "String", # required
}

Request to execute a scheduled managed action immediately.

Instance Attribute Summary collapse

Instance Attribute Details

#action_idString

The action ID of the scheduled managed action to execute.

Returns:

  • (String)

    The action ID of the scheduled managed action to execute.

#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.