class Aws::ElasticBeanstalk::Types::RebuildEnvironmentMessage

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

data as a hash:

    {
      environment_id: "EnvironmentId",
      environment_name: "EnvironmentName",
    }

@!attribute [rw] environment_id

The ID of the environment to rebuild.

Condition: You must specify either this or an EnvironmentName, or
both. If you do not specify either, AWS Elastic Beanstalk returns
`MissingRequiredParameter` error.
@return [String]

@!attribute [rw] environment_name

The name of the environment to rebuild.

Condition: You must specify either this or an EnvironmentId, or
both. If you do not specify either, AWS Elastic Beanstalk returns
`MissingRequiredParameter` error.
@return [String]

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

Constants

SENSITIVE