Struct aws_sdk_sagemaker::model::MemberDefinition [−][src]
#[non_exhaustive]pub struct MemberDefinition {
pub cognito_member_definition: Option<CognitoMemberDefinition>,
pub oidc_member_definition: Option<OidcMemberDefinition>,
}
Expand description
Defines an Amazon Cognito or your own OIDC IdP user group that is part of a work team.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.cognito_member_definition: Option<CognitoMemberDefinition>
The Amazon Cognito user group that is part of the work team.
oidc_member_definition: Option<OidcMemberDefinition>
A list user groups that exist in your OIDC Identity Provider (IdP).
One to ten groups can be used to create a single private work team.
When you add a user group to the list of Groups
, you can add that user group to one or more
private work teams. If you add a user group to a private work team, all workers in that user group
are added to the work team.
Implementations
The Amazon Cognito user group that is part of the work team.
A list user groups that exist in your OIDC Identity Provider (IdP).
One to ten groups can be used to create a single private work team.
When you add a user group to the list of Groups
, you can add that user group to one or more
private work teams. If you add a user group to a private work team, all workers in that user group
are added to the work team.
Creates a new builder-style object to manufacture MemberDefinition
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for MemberDefinition
impl Send for MemberDefinition
impl Sync for MemberDefinition
impl Unpin for MemberDefinition
impl UnwindSafe for MemberDefinition
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more