pub struct UpdateAssumeRolePolicyInput {
pub policy_document: String,
pub role_name: String,
}Expand description
IAM UpdateAssumeRolePolicyInput.
Fields§
§policy_document: String§role_name: StringTrait Implementations§
Source§impl Clone for UpdateAssumeRolePolicyInput
impl Clone for UpdateAssumeRolePolicyInput
Source§fn clone(&self) -> UpdateAssumeRolePolicyInput
fn clone(&self) -> UpdateAssumeRolePolicyInput
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 UpdateAssumeRolePolicyInput
impl Debug for UpdateAssumeRolePolicyInput
Source§impl Default for UpdateAssumeRolePolicyInput
impl Default for UpdateAssumeRolePolicyInput
Source§fn default() -> UpdateAssumeRolePolicyInput
fn default() -> UpdateAssumeRolePolicyInput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateAssumeRolePolicyInput
impl<'de> Deserialize<'de> for UpdateAssumeRolePolicyInput
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 UpdateAssumeRolePolicyInput
impl RefUnwindSafe for UpdateAssumeRolePolicyInput
impl Send for UpdateAssumeRolePolicyInput
impl Sync for UpdateAssumeRolePolicyInput
impl Unpin for UpdateAssumeRolePolicyInput
impl UnsafeUnpin for UpdateAssumeRolePolicyInput
impl UnwindSafe for UpdateAssumeRolePolicyInput
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