Class: Aws::OpsWorks::Types::TimeBasedAutoScalingConfiguration

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

Overview

Describes an instance's time-based auto scaling configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_scheduleTypes::WeeklyAutoScalingSchedule

A WeeklyAutoScalingSchedule object with the instance schedule.



5225
5226
5227
5228
5229
5230
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 5225

class TimeBasedAutoScalingConfiguration < Struct.new(
  :instance_id,
  :auto_scaling_schedule)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The instance ID.

Returns:

  • (String)


5225
5226
5227
5228
5229
5230
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 5225

class TimeBasedAutoScalingConfiguration < Struct.new(
  :instance_id,
  :auto_scaling_schedule)
  SENSITIVE = []
  include Aws::Structure
end