Class: Aws::SageMaker::Types::DescribeSubscribedWorkteamRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeSubscribedWorkteamRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Note:
When making an API call, you may pass DescribeSubscribedWorkteamRequest data as a hash:
{
workteam_arn: "WorkteamArn", # required
}
Instance Attribute Summary collapse
-
#workteam_arn ⇒ String
The Amazon Resource Name (ARN) of the subscribed work team to describe.
Instance Attribute Details
#workteam_arn ⇒ String
The Amazon Resource Name (ARN) of the subscribed work team to describe.
7846 7847 7848 7849 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 7846 class DescribeSubscribedWorkteamRequest < Struct.new( :workteam_arn) include Aws::Structure end |