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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#client_idString

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

Returns:

  • (String)


4320
4321
4322
4323
4324
4325
4326
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4320

class CognitoMemberDefinition < Struct.new(
  :user_pool,
  :user_group,
  :client_id)
  SENSITIVE = []
  include Aws::Structure
end

#user_groupString

An identifier for a user group.

Returns:

  • (String)


4320
4321
4322
4323
4324
4325
4326
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4320

class CognitoMemberDefinition < Struct.new(
  :user_pool,
  :user_group,
  :client_id)
  SENSITIVE = []
  include Aws::Structure
end

#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)


4320
4321
4322
4323
4324
4325
4326
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4320

class CognitoMemberDefinition < Struct.new(
  :user_pool,
  :user_group,
  :client_id)
  SENSITIVE = []
  include Aws::Structure
end