Class: Aws::SageMaker::Types::DescribeSubscribedWorkteamResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeSubscribedWorkteamResponse
- Includes:
- Aws::Structure
- Defined in:
- 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.
17535 17536 17537 17538 17539 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 17535 class DescribeSubscribedWorkteamResponse < Struct.new( :subscribed_workteam) SENSITIVE = [] include Aws::Structure end |