Class: Aws::Connect::Types::DeleteAttachedFileRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::DeleteAttachedFileRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Request to DeleteAttachedFile API
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #associated_resource_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The resource to which the attached file is (being) uploaded to.
 - 
  
    
      #file_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the attached file resource.
 - 
  
    
      #instance_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the Connect instance.
 
Instance Attribute Details
#associated_resource_arn ⇒ String
The resource to which the attached file is (being) uploaded to.
- Cases][1
 - 
are the only current supported resource.
 
<note markdown=“1”> This value must be a valid ARN.
</note>
[1]: docs.aws.amazon.com/connect/latest/APIReference/API_connect-cases_CreateCase.html
      5940 5941 5942 5943 5944 5945 5946  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 5940 class DeleteAttachedFileRequest < Struct.new( :instance_id, :file_id, :associated_resource_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#file_id ⇒ String
The unique identifier of the attached file resource.
      5940 5941 5942 5943 5944 5945 5946  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 5940 class DeleteAttachedFileRequest < Struct.new( :instance_id, :file_id, :associated_resource_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#instance_id ⇒ String
The unique identifier of the Connect instance.
      5940 5941 5942 5943 5944 5945 5946  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 5940 class DeleteAttachedFileRequest < Struct.new( :instance_id, :file_id, :associated_resource_arn) SENSITIVE = [] include Aws::Structure end  |