#[non_exhaustive]pub struct AccessControlAttributeValue { /* private fields */ }Expand description
The value used for mapping a specified attribute to an identity source. For more information, see Attribute mappings in the IAM Identity Center User Guide.
Implementations§
source§impl AccessControlAttributeValue
impl AccessControlAttributeValue
sourcepub fn builder() -> AccessControlAttributeValueBuilder
pub fn builder() -> AccessControlAttributeValueBuilder
Creates a new builder-style object to manufacture AccessControlAttributeValue.
Trait Implementations§
source§impl Clone for AccessControlAttributeValue
impl Clone for AccessControlAttributeValue
source§fn clone(&self) -> AccessControlAttributeValue
fn clone(&self) -> AccessControlAttributeValue
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 AccessControlAttributeValue
impl Debug for AccessControlAttributeValue
source§impl PartialEq<AccessControlAttributeValue> for AccessControlAttributeValue
impl PartialEq<AccessControlAttributeValue> for AccessControlAttributeValue
source§fn eq(&self, other: &AccessControlAttributeValue) -> bool
fn eq(&self, other: &AccessControlAttributeValue) -> bool
This method tests for
self and other values to be equal, and is used
by ==.