Class: Aws::SageMaker::Types::UpdateWorkteamResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UpdateWorkteamResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#workteam ⇒ Types::Workteam
A
Workteamobject that describes the updated work team.
Instance Attribute Details
#workteam ⇒ Types::Workteam
A Workteam object that describes the updated work team.
54908 54909 54910 54911 54912 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 54908 class UpdateWorkteamResponse < Struct.new( :workteam) SENSITIVE = [] include Aws::Structure end |