Class: Aws::OpsWorks::Types::SetTimeBasedAutoScalingRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_scheduleTypes::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_idString

The instance ID.

Returns:

  • (String)


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