Struct rusoto_opsworks::SetTimeBasedAutoScalingRequest [] [src]

pub struct SetTimeBasedAutoScalingRequest {
    pub auto_scaling_schedule: Option<WeeklyAutoScalingSchedule>,
    pub instance_id: String,
}

Fields

An AutoScalingSchedule with the instance schedule.

The instance ID.

Trait Implementations

impl Default for SetTimeBasedAutoScalingRequest
[src]

Returns the "default value" for a type. Read more

impl Debug for SetTimeBasedAutoScalingRequest
[src]

Formats the value using the given formatter.

impl Clone for SetTimeBasedAutoScalingRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more