Struct rusoto_iot::DeletePolicyVersionRequest [] [src]

pub struct DeletePolicyVersionRequest {
    pub policy_name: PolicyName,
    pub policy_version_id: PolicyVersionId,
}

The input for the DeletePolicyVersion operation.

Fields

The name of the policy.

The policy version ID.

Trait Implementations

impl Default for DeletePolicyVersionRequest
[src]

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

impl Debug for DeletePolicyVersionRequest
[src]

Formats the value using the given formatter.

impl Clone for DeletePolicyVersionRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more