Class: Aws::SageMaker::Types::DescribeWorkteamRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeWorkteamRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#workteam_name ⇒ String
The name of the work team to return a description of.
Instance Attribute Details
#workteam_name ⇒ String
The name of the work team to return a description of.
18465 18466 18467 18468 18469 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 18465 class DescribeWorkteamRequest < Struct.new( :workteam_name) SENSITIVE = [] include Aws::Structure end |