Class: Aws::SageMaker::Types::UpdateWorkteamResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#workteamTypes::Workteam

A ‘Workteam` object that describes the updated work team.

Returns:



20453
20454
20455
20456
# File 'lib/aws-sdk-sagemaker/types.rb', line 20453

class UpdateWorkteamResponse < Struct.new(
  :workteam)
  include Aws::Structure
end