Class: Aws::OpsWorks::Types::SetTimeBasedAutoScalingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::SetTimeBasedAutoScalingRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_scaling_schedule ⇒ Types::WeeklyAutoScalingSchedule
An ‘AutoScalingSchedule` with the instance schedule.
-
#instance_id ⇒ String
The instance ID.
Instance Attribute Details
#auto_scaling_schedule ⇒ Types::WeeklyAutoScalingSchedule
An ‘AutoScalingSchedule` with the instance schedule.
4741 4742 4743 4744 4745 4746 |
# File 'lib/aws-sdk-opsworks/types.rb', line 4741 class SetTimeBasedAutoScalingRequest < Struct.new( :instance_id, :auto_scaling_schedule) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The instance ID.
4741 4742 4743 4744 4745 4746 |
# File 'lib/aws-sdk-opsworks/types.rb', line 4741 class SetTimeBasedAutoScalingRequest < Struct.new( :instance_id, :auto_scaling_schedule) SENSITIVE = [] include Aws::Structure end |