class Aws::ElasticBeanstalk::Types::DescribeInstancesHealthRequest

Parameters for a call to `DescribeInstancesHealth`.

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

data as a hash:

    {
      environment_name: "EnvironmentName",
      environment_id: "EnvironmentId",
      attribute_names: ["HealthStatus"], # accepts HealthStatus, Color, Causes, ApplicationMetrics, RefreshedAt, LaunchedAt, System, Deployment, AvailabilityZone, InstanceType, All
      next_token: "NextToken",
    }

@!attribute [rw] environment_name

Specify the AWS Elastic Beanstalk environment by name.
@return [String]

@!attribute [rw] environment_id

Specify the AWS Elastic Beanstalk environment by ID.
@return [String]

@!attribute [rw] attribute_names

Specifies the response elements you wish to receive. To retrieve all
attributes, set to `All`. If no attribute names are specified,
returns a list of instances.
@return [Array<String>]

@!attribute [rw] next_token

Specify the pagination token returned by a previous call.
@return [String]

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

Constants

SENSITIVE