Class: Aws::Connect::Types::StartAttachedFileUploadResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::StartAttachedFileUploadResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Response from StartAttachedFileUpload API.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #created_by  ⇒ Types::CreatedByInfo 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Represents the identity that created the file.
 - 
  
    
      #creation_time  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time of Creation of the file resource as an ISO timestamp.
 - 
  
    
      #file_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the attached file resource (ARN).
 - 
  
    
      #file_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the attached file resource.
 - 
  
    
      #file_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The current status of the attached file.
 - 
  
    
      #upload_url_metadata  ⇒ Types::UploadUrlMetadata 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The headers to be provided while uploading the file to the URL.
 
Instance Attribute Details
#created_by ⇒ Types::CreatedByInfo
Represents the identity that created the file.
      21777 21778 21779 21780 21781 21782 21783 21784 21785 21786  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 21777 class StartAttachedFileUploadResponse < Struct.new( :file_arn, :file_id, :creation_time, :file_status, :created_by, :upload_url_metadata) SENSITIVE = [] include Aws::Structure end  | 
  
#creation_time ⇒ String
The time of Creation of the file resource as an ISO timestamp. It’s specified in ISO 8601 format: ‘yyyy-MM-ddThh:mm:ss.SSSZ`. For example, `2024-05-03T02:41:28.172Z`.
      21777 21778 21779 21780 21781 21782 21783 21784 21785 21786  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 21777 class StartAttachedFileUploadResponse < Struct.new( :file_arn, :file_id, :creation_time, :file_status, :created_by, :upload_url_metadata) SENSITIVE = [] include Aws::Structure end  | 
  
#file_arn ⇒ String
The unique identifier of the attached file resource (ARN).
      21777 21778 21779 21780 21781 21782 21783 21784 21785 21786  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 21777 class StartAttachedFileUploadResponse < Struct.new( :file_arn, :file_id, :creation_time, :file_status, :created_by, :upload_url_metadata) SENSITIVE = [] include Aws::Structure end  | 
  
#file_id ⇒ String
The unique identifier of the attached file resource.
      21777 21778 21779 21780 21781 21782 21783 21784 21785 21786  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 21777 class StartAttachedFileUploadResponse < Struct.new( :file_arn, :file_id, :creation_time, :file_status, :created_by, :upload_url_metadata) SENSITIVE = [] include Aws::Structure end  | 
  
#file_status ⇒ String
The current status of the attached file.
      21777 21778 21779 21780 21781 21782 21783 21784 21785 21786  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 21777 class StartAttachedFileUploadResponse < Struct.new( :file_arn, :file_id, :creation_time, :file_status, :created_by, :upload_url_metadata) SENSITIVE = [] include Aws::Structure end  | 
  
#upload_url_metadata ⇒ Types::UploadUrlMetadata
The headers to be provided while uploading the file to the URL.
      21777 21778 21779 21780 21781 21782 21783 21784 21785 21786  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 21777 class StartAttachedFileUploadResponse < Struct.new( :file_arn, :file_id, :creation_time, :file_status, :created_by, :upload_url_metadata) SENSITIVE = [] include Aws::Structure end  |