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:



49175
49176
49177
49178
49179
# File 'lib/aws-sdk-sagemaker/types.rb', line 49175

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