Class: Aws::SageMaker::Types::DeleteAIWorkloadConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteAIWorkloadConfigResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ai_workload_config_arn ⇒ String
The Amazon Resource Name (ARN) of the deleted AI workload configuration.
Instance Attribute Details
#ai_workload_config_arn ⇒ String
The Amazon Resource Name (ARN) of the deleted AI workload configuration.
15323 15324 15325 15326 15327 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 15323 class DeleteAIWorkloadConfigResponse < Struct.new( :ai_workload_config_arn) SENSITIVE = [] include Aws::Structure end |