Class: Aws::SageMaker::Types::DescribeSubscribedWorkteamResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeSubscribedWorkteamResponse
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#subscribed_workteam ⇒ Types::SubscribedWorkteam
A
Workteam
instance that contains information about the work team.
Instance Attribute Details
#subscribed_workteam ⇒ Types::SubscribedWorkteam
A Workteam
instance that contains information about the work team.
18603 18604 18605 18606 18607 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18603 class DescribeSubscribedWorkteamResponse < Struct.new( :subscribed_workteam) SENSITIVE = [] include Aws::Structure end |