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

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

Overview

Note:

When making an API call, you may pass DescribeWorkteamRequest data as a hash:

{
  workteam_name: "WorkteamName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#workteam_nameString

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

Returns:

  • (String)


4621
4622
4623
4624
# File 'lib/aws-sdk-sagemaker/types.rb', line 4621

class DescribeWorkteamRequest < Struct.new(
  :workteam_name)
  include Aws::Structure
end