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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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>)


2506
2507
2508
2509
2510
2511
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 2506

class DescribeElasticLoadBalancersRequest < Struct.new(
  :stack_id,
  :layer_ids)
  SENSITIVE = []
  include Aws::Structure
end

#stack_idString

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

Returns:

  • (String)


2506
2507
2508
2509
2510
2511
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 2506

class DescribeElasticLoadBalancersRequest < Struct.new(
  :stack_id,
  :layer_ids)
  SENSITIVE = []
  include Aws::Structure
end