[][src]Struct rusoto_sagemaker::CognitoMemberDefinition

pub struct CognitoMemberDefinition {
    pub client_id: String,
    pub user_group: String,
    pub user_pool: String,
}

Identifies a Amazon Cognito user group. A user group can be used in on or more work teams.

Fields

client_id: String

An identifier for an application client. You must create the app client ID using Amazon Cognito.

user_group: String

An identifier for a user group.

user_pool: String

An identifier for a user pool. The user pool must be in the same region as the service that you are calling.

Trait Implementations

impl Clone for CognitoMemberDefinition[src]

impl Debug for CognitoMemberDefinition[src]

impl Default for CognitoMemberDefinition[src]

impl<'de> Deserialize<'de> for CognitoMemberDefinition[src]

impl PartialEq<CognitoMemberDefinition> for CognitoMemberDefinition[src]

impl Serialize for CognitoMemberDefinition[src]

impl StructuralPartialEq for CognitoMemberDefinition[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.