Class: Aws::SageMaker::Types::CreateWorkforceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#workforce_arnString

The Amazon Resource Name (ARN) of the workforce.

Returns:

  • (String)


9527
9528
9529
9530
9531
# File 'lib/aws-sdk-sagemaker/types.rb', line 9527

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