Class: Aws::SageMaker::Types::DeleteTrialComponentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteTrialComponentResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#trial_component_arn ⇒ String
The Amazon Resource Name (ARN) of the component is being deleted.
Instance Attribute Details
#trial_component_arn ⇒ String
The Amazon Resource Name (ARN) of the component is being deleted.
11831 11832 11833 11834 11835 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11831 class DeleteTrialComponentResponse < Struct.new( :trial_component_arn) SENSITIVE = [] include Aws::Structure end |