class Aws::SageMaker::Types::CognitoMemberDefinition
Identifies a Amazon Cognito user group. A user group can be used in on or more work teams.
@note When making an API call, you may pass CognitoMemberDefinition
data as a hash: { user_pool: "CognitoUserPool", # required user_group: "CognitoUserGroup", # required client_id: "ClientId", # required }
@!attribute [rw] user_pool
An identifier for a user pool. The user pool must be in the same region as the service that you are calling. @return [String]
@!attribute [rw] user_group
An identifier for a user group. @return [String]
@!attribute [rw] client_id
An identifier for an application client. You must create the app client ID using Amazon Cognito. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CognitoMemberDefinition AWS API Documentation
Constants
- SENSITIVE