Method: Aws::OpsWorks::Types::LoadBasedAutoScalingConfiguration#layer_id

Defined in:
lib/aws-sdk-opsworks/types.rb

#layer_idString

The layer ID.

Returns:

  • (String)
[View source]

4020
4021
4022
4023
4024
4025
4026
4027
# File 'lib/aws-sdk-opsworks/types.rb', line 4020

class LoadBasedAutoScalingConfiguration < Struct.new(
  :layer_id,
  :enable,
  :up_scaling,
  :down_scaling)
  SENSITIVE = []
  include Aws::Structure
end