class Aws::ElasticBeanstalk::Types::RestartAppServerMessage
@note When making an API call, you may pass RestartAppServerMessage
data as a hash: { environment_id: "EnvironmentId", environment_name: "EnvironmentName", }
@!attribute [rw] environment_id
The ID of the environment to restart the server for. 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 restart the server for. 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/RestartAppServerMessage AWS API Documentation
Constants
- SENSITIVE