pub struct DeletePolicyVersionRequest {
pub policy_name: String,
pub policy_version_id: String,
}Expand description
The input for the DeletePolicyVersion operation.
Fields§
§policy_name: StringThe name of the policy.
policy_version_id: StringThe policy version ID.
Trait Implementations§
Source§impl Clone for DeletePolicyVersionRequest
impl Clone for DeletePolicyVersionRequest
Source§fn clone(&self) -> DeletePolicyVersionRequest
fn clone(&self) -> DeletePolicyVersionRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DeletePolicyVersionRequest
impl Debug for DeletePolicyVersionRequest
Source§impl Default for DeletePolicyVersionRequest
impl Default for DeletePolicyVersionRequest
Source§fn default() -> DeletePolicyVersionRequest
fn default() -> DeletePolicyVersionRequest
Returns the “default value” for a type. Read more
impl StructuralPartialEq for DeletePolicyVersionRequest
Auto Trait Implementations§
impl Freeze for DeletePolicyVersionRequest
impl RefUnwindSafe for DeletePolicyVersionRequest
impl Send for DeletePolicyVersionRequest
impl Sync for DeletePolicyVersionRequest
impl Unpin for DeletePolicyVersionRequest
impl UnwindSafe for DeletePolicyVersionRequest
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more