You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SageMaker::Types::CognitoMemberDefinition

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CognitoMemberDefinition as input to an Aws::Client method, you can use a vanilla Hash:

{
  user_pool: "CognitoUserPool", # required
  user_group: "CognitoUserGroup", # required
  client_id: "ClientId", # required
}

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#client_idString

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

Returns:

  • (String)

    An identifier for an application client.

#user_groupString

An identifier for a user group.

Returns:

  • (String)

    An identifier for a user group.

#user_poolString

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

Returns:

  • (String)

    An identifier for a user pool.