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