Struct rusoto_autoscaling::DeleteScheduledActionType [] [src]

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

Contains the parameters for DeleteScheduledAction.

Fields

The name of the Auto Scaling group.

The name of the action to delete.

Trait Implementations

impl Default for DeleteScheduledActionType
[src]

[src]

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

impl Debug for DeleteScheduledActionType
[src]

[src]

Formats the value using the given formatter.

impl Clone for DeleteScheduledActionType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more