Class: Aws::OpsWorks::Types::DetachElasticLoadBalancerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::DetachElasticLoadBalancerRequest
- 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 that the Elastic Load Balancing instance is attached to.
Instance Attribute Details
#elastic_load_balancer_name ⇒ String
The Elastic Load Balancing instance’s name.
3033 3034 3035 3036 3037 3038 |
# File 'lib/aws-sdk-opsworks/types.rb', line 3033 class DetachElasticLoadBalancerRequest < Struct.new( :elastic_load_balancer_name, :layer_id) SENSITIVE = [] include Aws::Structure end |
#layer_id ⇒ String
The ID of the layer that the Elastic Load Balancing instance is attached to.
3033 3034 3035 3036 3037 3038 |
# File 'lib/aws-sdk-opsworks/types.rb', line 3033 class DetachElasticLoadBalancerRequest < Struct.new( :elastic_load_balancer_name, :layer_id) SENSITIVE = [] include Aws::Structure end |