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

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

#workforce_arnString

The Amazon Resource Name (ARN) of the workforce.

Returns:

  • (String)


9469
9470
9471
9472
9473
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 9469

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