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

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

#workteamTypes::Workteam

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

Returns:



16019
16020
16021
16022
16023
# File 'lib/aws-sdk-sagemaker/types.rb', line 16019

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