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 ‘Workteam` object that describes the updated work team.
Instance Attribute Details
#workteam ⇒ Types::Workteam
A ‘Workteam` object that describes the updated work team.
46908 46909 46910 46911 46912 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 46908 class UpdateWorkteamResponse < Struct.new( :workteam) SENSITIVE = [] include Aws::Structure end |