Class: Aws::SageMaker::Types::CreateWorkteamResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#workteam_arnString

The Amazon Resource Name (ARN) of the work team. You can use this ARN to identify the work team.

Returns:

  • (String)


9604
9605
9606
9607
9608
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 9604

class CreateWorkteamResponse < Struct.new(
  :workteam_arn)
  SENSITIVE = []
  include Aws::Structure
end