class Aws::ElasticBeanstalk::Types::DescribeEnvironmentHealthRequest

See the example below to learn how to create a request body.

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

data as a hash:

    {
      environment_name: "EnvironmentName",
      environment_id: "EnvironmentId",
      attribute_names: ["Status"], # accepts Status, Color, Causes, ApplicationMetrics, InstancesHealth, All, HealthStatus, RefreshedAt
    }

@!attribute [rw] environment_name

Specify the environment by name.

You must specify either this or an EnvironmentName, or both.
@return [String]

@!attribute [rw] environment_id

Specify the environment by ID.

You must specify either this or an EnvironmentName, or both.
@return [String]

@!attribute [rw] attribute_names

Specify the response elements to return. To retrieve all attributes,
set to `All`. If no attribute names are specified, returns the name
of the environment.
@return [Array<String>]

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

Constants

SENSITIVE