class Aws::ElasticBeanstalk::Types::ApplyEnvironmentManagedActionRequest

Request to execute a scheduled managed action immediately.

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

data as a hash:

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

@!attribute [rw] environment_name

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

@!attribute [rw] environment_id

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

@!attribute [rw] action_id

The action ID of the scheduled managed action to execute.
@return [String]

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

Constants

SENSITIVE