Class: Aws::SageMaker::Types::CognitoMemberDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CognitoMemberDefinition
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Identifies a Amazon Cognito user group. A user group can be used in on or more work teams.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_id ⇒ String
An identifier for an application client.
-
#user_group ⇒ String
An identifier for a user group.
-
#user_pool ⇒ String
An identifier for a user pool.
Instance Attribute Details
#client_id ⇒ String
An identifier for an application client. You must create the app client ID using Amazon Cognito.
4749 4750 4751 4752 4753 4754 4755 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 4749 class CognitoMemberDefinition < Struct.new( :user_pool, :user_group, :client_id) SENSITIVE = [] include Aws::Structure end |
#user_group ⇒ String
An identifier for a user group.
4749 4750 4751 4752 4753 4754 4755 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 4749 class CognitoMemberDefinition < Struct.new( :user_pool, :user_group, :client_id) SENSITIVE = [] include Aws::Structure end |
#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.
4749 4750 4751 4752 4753 4754 4755 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 4749 class CognitoMemberDefinition < Struct.new( :user_pool, :user_group, :client_id) SENSITIVE = [] include Aws::Structure end |