Class: Aws::OpsWorks::Types::TimeBasedAutoScalingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::TimeBasedAutoScalingConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Describes an instance’s time-based auto scaling configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_scaling_schedule ⇒ Types::WeeklyAutoScalingSchedule
A ‘WeeklyAutoScalingSchedule` object with the instance schedule.
-
#instance_id ⇒ String
The instance ID.
Instance Attribute Details
#auto_scaling_schedule ⇒ Types::WeeklyAutoScalingSchedule
A ‘WeeklyAutoScalingSchedule` object with the instance schedule.
5246 5247 5248 5249 5250 5251 |
# File 'lib/aws-sdk-opsworks/types.rb', line 5246 class TimeBasedAutoScalingConfiguration < Struct.new( :instance_id, :auto_scaling_schedule) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The instance ID.
5246 5247 5248 5249 5250 5251 |
# File 'lib/aws-sdk-opsworks/types.rb', line 5246 class TimeBasedAutoScalingConfiguration < Struct.new( :instance_id, :auto_scaling_schedule) SENSITIVE = [] include Aws::Structure end |