Class: Aws::OpsWorks::Types::AttachElasticLoadBalancerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::AttachElasticLoadBalancerRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#elastic_load_balancer_name ⇒ String
The Elastic Load Balancing instance’s name.
-
#layer_id ⇒ String
The ID of the layer to which the Elastic Load Balancing instance is to be attached.
Instance Attribute Details
#elastic_load_balancer_name ⇒ String
The Elastic Load Balancing instance’s name.
191 192 193 194 195 196 |
# File 'lib/aws-sdk-opsworks/types.rb', line 191 class AttachElasticLoadBalancerRequest < Struct.new( :elastic_load_balancer_name, :layer_id) SENSITIVE = [] include Aws::Structure end |
#layer_id ⇒ String
The ID of the layer to which the Elastic Load Balancing instance is to be attached.
191 192 193 194 195 196 |
# File 'lib/aws-sdk-opsworks/types.rb', line 191 class AttachElasticLoadBalancerRequest < Struct.new( :elastic_load_balancer_name, :layer_id) SENSITIVE = [] include Aws::Structure end |