Struct rusoto_autoscaling::DeleteScheduledActionType [] [src]

pub struct DeleteScheduledActionType {
    pub auto_scaling_group_name: ResourceName,
    pub scheduled_action_name: ResourceName,
}

Fields

The name of the Auto Scaling group.

The name of the action to delete.

Trait Implementations

impl Default for DeleteScheduledActionType
[src]

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

impl Debug for DeleteScheduledActionType
[src]

Formats the value using the given formatter.

impl Clone for DeleteScheduledActionType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more