pub struct SetDefaultPolicyVersionRequest {
pub policy_name: String,
pub policy_version_id: String,
}Expand description
The input for the SetDefaultPolicyVersion operation.
Fields§
§policy_name: StringThe policy name.
policy_version_id: StringThe policy version ID.
Trait Implementations§
Source§impl Clone for SetDefaultPolicyVersionRequest
impl Clone for SetDefaultPolicyVersionRequest
Source§fn clone(&self) -> SetDefaultPolicyVersionRequest
fn clone(&self) -> SetDefaultPolicyVersionRequest
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 Default for SetDefaultPolicyVersionRequest
impl Default for SetDefaultPolicyVersionRequest
Source§fn default() -> SetDefaultPolicyVersionRequest
fn default() -> SetDefaultPolicyVersionRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for SetDefaultPolicyVersionRequest
impl PartialEq for SetDefaultPolicyVersionRequest
Source§fn eq(&self, other: &SetDefaultPolicyVersionRequest) -> bool
fn eq(&self, other: &SetDefaultPolicyVersionRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SetDefaultPolicyVersionRequest
Auto Trait Implementations§
impl Freeze for SetDefaultPolicyVersionRequest
impl RefUnwindSafe for SetDefaultPolicyVersionRequest
impl Send for SetDefaultPolicyVersionRequest
impl Sync for SetDefaultPolicyVersionRequest
impl Unpin for SetDefaultPolicyVersionRequest
impl UnwindSafe for SetDefaultPolicyVersionRequest
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