Class: Aws::SageMaker::Types::DescribeWorkteamRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#workteam_nameString

The name of the work team to return a description of.

Returns:

  • (String)


19573
19574
19575
19576
19577
# File 'lib/aws-sdk-sagemaker/types.rb', line 19573

class DescribeWorkteamRequest < Struct.new(
  :workteam_name)
  SENSITIVE = []
  include Aws::Structure
end