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

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

#workteamTypes::Workteam

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

Returns:



44638
44639
44640
44641
44642
# File 'lib/aws-sdk-sagemaker/types.rb', line 44638

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