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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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:



44604
44605
44606
44607
44608
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 44604

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