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.
47089 47090 47091 47092 47093 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 47089 class UpdateWorkteamResponse < Struct.new( :workteam) SENSITIVE = [] include Aws::Structure end |