Class: Aws::SageMaker::Types::DeletePartnerAppResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeletePartnerAppResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the SageMaker Partner AI App that was deleted.
Instance Attribute Details
#arn ⇒ String
The ARN of the SageMaker Partner AI App that was deleted.
16267 16268 16269 16270 16271 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 16267 class DeletePartnerAppResponse < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |