Class: Aws::Connect::Types::RealTimeContactAnalysisAttachment
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::RealTimeContactAnalysisAttachment
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Object that describes attached file.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #attachment_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique identifier for the attachment.
 - 
  
    
      #attachment_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A case-sensitive name of the attachment being uploaded.
 - 
  
    
      #content_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Describes the MIME file type of the attachment.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Status of the attachment.
 
Instance Attribute Details
#attachment_id ⇒ String
A unique identifier for the attachment.
      18217 18218 18219 18220 18221 18222 18223 18224  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 18217 class RealTimeContactAnalysisAttachment < Struct.new( :attachment_name, :content_type, :attachment_id, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#attachment_name ⇒ String
A case-sensitive name of the attachment being uploaded. Can be redacted.
      18217 18218 18219 18220 18221 18222 18223 18224  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 18217 class RealTimeContactAnalysisAttachment < Struct.new( :attachment_name, :content_type, :attachment_id, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#content_type ⇒ String
Describes the MIME file type of the attachment. For a list of supported file types, see [Feature specifications] in the *Amazon Connect Administrator Guide*.
[1]: docs.aws.amazon.com/connect/latest/adminguide/feature-limits.html
      18217 18218 18219 18220 18221 18222 18223 18224  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 18217 class RealTimeContactAnalysisAttachment < Struct.new( :attachment_name, :content_type, :attachment_id, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
Status of the attachment.
      18217 18218 18219 18220 18221 18222 18223 18224  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 18217 class RealTimeContactAnalysisAttachment < Struct.new( :attachment_name, :content_type, :attachment_id, :status) SENSITIVE = [] include Aws::Structure end  |