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:



11563
11564
11565
11566
# File 'lib/aws-sdk-sagemaker/types.rb', line 11563

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