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
- Struct
- Aws::ElasticBeanstalk::Types::DescribeInstancesHealthRequest
- Defined in:
- (unknown)
Overview
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
-
#attribute_names ⇒ Array<String>
Specifies the response elements you wish to receive.
-
#environment_id ⇒ String
Specify the AWS Elastic Beanstalk environment by ID.
-
#environment_name ⇒ String
Specify the AWS Elastic Beanstalk environment by name.
-
#next_token ⇒ String
Specify the pagination token returned by a previous call.
Instance Attribute Details
#attribute_names ⇒ Array<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.
#environment_id ⇒ String
Specify the AWS Elastic Beanstalk environment by ID.
#environment_name ⇒ String
Specify the AWS Elastic Beanstalk environment by name.
#next_token ⇒ String
Specify the pagination token returned by a previous call.