Class: Aws::SageMaker::Types::DeletePartnerAppRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::DeletePartnerAppRequest
 
 
- 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 to delete.
 - 
  
    
      #client_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique token that guarantees that the call to this API is idempotent.
 
Instance Attribute Details
#arn ⇒ String
The ARN of the SageMaker Partner AI App to delete.
      12453 12454 12455 12456 12457 12458  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 12453 class DeletePartnerAppRequest < Struct.new( :arn, :client_token) SENSITIVE = [] include Aws::Structure end  | 
  
#client_token ⇒ String
A unique token that guarantees that the call to this API is idempotent.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
      12453 12454 12455 12456 12457 12458  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 12453 class DeletePartnerAppRequest < Struct.new( :arn, :client_token) SENSITIVE = [] include Aws::Structure end  |