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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#workteamTypes::Workteam

A Workteam instance that contains information about the work team.

Returns:



17312
17313
17314
17315
17316
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17312

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