Values.DescribeInstancesHealthRequestSourceParameters for a call to DescribeInstancesHealth.
type nonrec t = {environmentName : EnvironmentName.t option;Specify the AWS Elastic Beanstalk environment by name.
*)environmentId : EnvironmentId.t option;Specify the AWS Elastic Beanstalk environment by ID.
*)attributeNames : InstancesHealthAttributes.t option;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.
*)nextToken : NextToken.t option;Specify the pagination token returned by a previous call.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `Enum of string ] list
| `String of EnvironmentName.t ])
list ]