pub struct RolePolicyAttachment {
pub role_name: String,
pub policy_name: String,
pub policy_arn: String,
pub namespace: String,
}
Fields§
§role_name: String
§policy_name: String
§policy_arn: String
§namespace: String
Trait Implementations§
Source§impl Clone for RolePolicyAttachment
impl Clone for RolePolicyAttachment
Source§fn clone(&self) -> RolePolicyAttachment
fn clone(&self) -> RolePolicyAttachment
Returns a copy 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 RolePolicyAttachment
impl Debug for RolePolicyAttachment
Source§impl Default for RolePolicyAttachment
impl Default for RolePolicyAttachment
Source§fn default() -> RolePolicyAttachment
fn default() -> RolePolicyAttachment
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RolePolicyAttachment
impl<'de> Deserialize<'de> for RolePolicyAttachment
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 RolePolicyAttachment
impl RefUnwindSafe for RolePolicyAttachment
impl Send for RolePolicyAttachment
impl Sync for RolePolicyAttachment
impl Unpin for RolePolicyAttachment
impl UnwindSafe for RolePolicyAttachment
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