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
Constant Summary collapse
- SENSITIVE =
[]
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.
17515 17516 17517 17518 17519 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 17515 class DescribeSubscribedWorkteamRequest < Struct.new( :workteam_arn) SENSITIVE = [] include Aws::Structure end |