Class: Aws::SageMaker::Types::DeleteAIWorkloadConfigResponse

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

#ai_workload_config_arnString

The Amazon Resource Name (ARN) of the deleted AI workload configuration.

Returns:

  • (String)


15371
15372
15373
15374
15375
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 15371

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