You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElasticBeanstalk::Types::DescribeInstancesHealthRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DescribeInstancesHealthRequest as input to an Aws::Client method, you can use a vanilla 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",
}

Parameters for a call to DescribeInstancesHealth.

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_namesArray<String>

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.

Returns:

  • (Array<String>)

    Specifies the response elements you wish to receive.

#environment_idString

Specify the AWS Elastic Beanstalk environment by ID.

Returns:

  • (String)

    Specify the AWS Elastic Beanstalk environment by ID.

#environment_nameString

Specify the AWS Elastic Beanstalk environment by name.

Returns:

  • (String)

    Specify the AWS Elastic Beanstalk environment by name.

#next_tokenString

Specify the pagination token returned by a previous call.

Returns:

  • (String)

    Specify the pagination token returned by a previous call.