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

Class: Aws::OpsWorks::Types::DescribeElasticLoadBalancersRequest

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

Overview

Note:

When passing DescribeElasticLoadBalancersRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  stack_id: "String",
  layer_ids: ["String"],
}

Instance Attribute Summary collapse

Instance Attribute Details

#layer_idsArray<String>

A list of layer IDs. The action describes the Elastic Load Balancing instances for the specified layers.

Returns:

  • (Array<String>)

    A list of layer IDs.

#stack_idString

A stack ID. The action describes the stack\'s Elastic Load Balancing instances.

Returns:

  • (String)

    A stack ID.