Class: Aws::SageMaker::Types::DeleteTrialComponentResponse

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

#trial_component_arnString

The Amazon Resource Name (ARN) of the component is being deleted.

Returns:

  • (String)


10258
10259
10260
10261
10262
# File 'lib/aws-sdk-sagemaker/types.rb', line 10258

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