Class: Aws::SageMaker::Types::DescribeSubscribedWorkteamRequest

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

#workteam_arnString

The Amazon Resource Name (ARN) of the subscribed work team to describe.

Returns:

  • (String)


16389
16390
16391
16392
16393
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16389

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