Class: Aws::SageMaker::Types::DescribeWorkteamResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeWorkteamResponse
- Defined in:
- gems/aws-sdk-sagemaker/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.
19625 19626 19627 19628 19629 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19625 class DescribeWorkteamResponse < Struct.new( :workteam) SENSITIVE = [] include Aws::Structure end |