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

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

#trial_component_arnString

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

Returns:

  • (String)


11060
11061
11062
11063
11064
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11060

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