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:



44540
44541
44542
44543
44544
# File 'lib/aws-sdk-sagemaker/types.rb', line 44540

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