Struct rusoto_iot::DeletePolicyVersionRequest
[−]
[src]
pub struct DeletePolicyVersionRequest { pub policy_name: PolicyName, pub policy_version_id: PolicyVersionId, }
The input for the DeletePolicyVersion operation.
Fields
policy_name: PolicyName
The name of the policy.
policy_version_id: PolicyVersionId
The policy version ID.
Trait Implementations
impl Default for DeletePolicyVersionRequest
[src]
fn default() -> DeletePolicyVersionRequest
Returns the "default value" for a type. Read more
impl Debug for DeletePolicyVersionRequest
[src]
impl Clone for DeletePolicyVersionRequest
[src]
fn clone(&self) -> DeletePolicyVersionRequest
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more