Class: Aws::OpsWorks::Types::DescribeElasticLoadBalancersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::DescribeElasticLoadBalancersRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#layer_ids ⇒ Array<String>
A list of layer IDs.
-
#stack_id ⇒ String
A stack ID.
Instance Attribute Details
#layer_ids ⇒ Array<String>
A list of layer IDs. The action describes the Elastic Load Balancing instances for the specified layers.
2513 2514 2515 2516 2517 2518 |
# File 'lib/aws-sdk-opsworks/types.rb', line 2513 class DescribeElasticLoadBalancersRequest < Struct.new( :stack_id, :layer_ids) SENSITIVE = [] include Aws::Structure end |
#stack_id ⇒ String
A stack ID. The action describes the stack’s Elastic Load Balancing instances.
2513 2514 2515 2516 2517 2518 |
# File 'lib/aws-sdk-opsworks/types.rb', line 2513 class DescribeElasticLoadBalancersRequest < Struct.new( :stack_id, :layer_ids) SENSITIVE = [] include Aws::Structure end |