pub struct DeleteRolePolicyInput {
pub policy_name: String,
pub role_name: String,
}Expand description
IAM DeleteRolePolicyInput.
Fields§
§policy_name: String§role_name: StringTrait Implementations§
Source§impl Clone for DeleteRolePolicyInput
impl Clone for DeleteRolePolicyInput
Source§fn clone(&self) -> DeleteRolePolicyInput
fn clone(&self) -> DeleteRolePolicyInput
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 DeleteRolePolicyInput
impl Debug for DeleteRolePolicyInput
Source§impl Default for DeleteRolePolicyInput
impl Default for DeleteRolePolicyInput
Source§fn default() -> DeleteRolePolicyInput
fn default() -> DeleteRolePolicyInput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteRolePolicyInput
impl<'de> Deserialize<'de> for DeleteRolePolicyInput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for DeleteRolePolicyInput
impl RefUnwindSafe for DeleteRolePolicyInput
impl Send for DeleteRolePolicyInput
impl Sync for DeleteRolePolicyInput
impl Unpin for DeleteRolePolicyInput
impl UnsafeUnpin for DeleteRolePolicyInput
impl UnwindSafe for DeleteRolePolicyInput
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