Class: Aws::SageMaker::Types::DescribeWorkteamResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#workteamTypes::Workteam

A ‘Workteam` instance that contains information about the work team.



8630
8631
8632
8633
# File 'lib/aws-sdk-sagemaker/types.rb', line 8630

class DescribeWorkteamResponse < Struct.new(
  :workteam)
  include Aws::Structure
end