Class: Aws::SageMaker::Types::DescribeWorkteamResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeWorkteamResponse
- 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` instance that contains information about the work team.
Instance Attribute Details
#workteam ⇒ Types::Workteam
A ‘Workteam` instance that contains information about the work team.
18446 18447 18448 18449 18450 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 18446 class DescribeWorkteamResponse < Struct.new( :workteam) SENSITIVE = [] include Aws::Structure end |