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

Class: Aws::OpsWorks::Types::AttachElasticLoadBalancerRequest

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

Overview

Note:

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

{
  elastic_load_balancer_name: "String", # required
  layer_id: "String", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#elastic_load_balancer_nameString

The Elastic Load Balancing instance\'s name.

Returns:

  • (String)

    The Elastic Load Balancing instance\'s name.

#layer_idString

The ID of the layer to which the Elastic Load Balancing instance is to be attached.

Returns:

  • (String)

    The ID of the layer to which the Elastic Load Balancing instance is to be attached.