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.
18434 18435 18436 18437 18438 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 18434 class DescribeWorkteamRequest < Struct.new( :workteam_name) SENSITIVE = [] include Aws::Structure end |