Struct rusoto_autoscaling::DeletePolicyType [] [src]

pub struct DeletePolicyType {
    pub auto_scaling_group_name: Option<ResourceName>,
    pub policy_name: ResourceName,
}

Fields

The name of the Auto Scaling group.

The name or Amazon Resource Name (ARN) of the policy.

Trait Implementations

impl Default for DeletePolicyType
[src]

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

impl Debug for DeletePolicyType
[src]

Formats the value using the given formatter.

impl Clone for DeletePolicyType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more