Struct aws_sdk_appstream::types::EntitlementAttribute
source · #[non_exhaustive]pub struct EntitlementAttribute { /* private fields */ }
Expand description
An attribute associated with an entitlement. Application entitlements work by matching a supported SAML 2.0 attribute name to a value when a user identity federates to an Amazon AppStream 2.0 SAML application.
Implementations§
source§impl EntitlementAttribute
impl EntitlementAttribute
sourcepub fn name(&self) -> Option<&str>
pub fn name(&self) -> Option<&str>
A supported AWS IAM SAML PrincipalTag
attribute that is matched to the associated value when a user identity federates into an Amazon AppStream 2.0 SAML application.
The following are valid values:
-
roles
-
department
-
organization
-
groups
-
title
-
costCenter
-
userType
source§impl EntitlementAttribute
impl EntitlementAttribute
sourcepub fn builder() -> EntitlementAttributeBuilder
pub fn builder() -> EntitlementAttributeBuilder
Creates a new builder-style object to manufacture EntitlementAttribute
.
Trait Implementations§
source§impl Clone for EntitlementAttribute
impl Clone for EntitlementAttribute
source§fn clone(&self) -> EntitlementAttribute
fn clone(&self) -> EntitlementAttribute
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 EntitlementAttribute
impl Debug for EntitlementAttribute
source§impl PartialEq<EntitlementAttribute> for EntitlementAttribute
impl PartialEq<EntitlementAttribute> for EntitlementAttribute
source§fn eq(&self, other: &EntitlementAttribute) -> bool
fn eq(&self, other: &EntitlementAttribute) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.