Class: Aws::SageMaker::Types::CognitoMemberDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CognitoMemberDefinition
- Defined in:
- gems/aws-sdk-sagemaker/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.
3752 3753 3754 3755 3756 3757 3758 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3752 class CognitoMemberDefinition < Struct.new( :user_pool, :user_group, :client_id) SENSITIVE = [] include Aws::Structure end |
#user_group ⇒ String
An identifier for a user group.
3752 3753 3754 3755 3756 3757 3758 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3752 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.
3752 3753 3754 3755 3756 3757 3758 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3752 class CognitoMemberDefinition < Struct.new( :user_pool, :user_group, :client_id) SENSITIVE = [] include Aws::Structure end |