Class: Aws::Connect::Types::AttachedFile
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::AttachedFile
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Information about the attached file.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #associated_resource_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The resource to which the attached file is (being) uploaded to.
 - 
  
    
      #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_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A case-sensitive name of the attached file being uploaded.
 - 
  
    
      #file_size_in_bytes  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The size of the attached file in bytes.
 - 
  
    
      #file_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The current status of the attached file.
 - 
  
    
      #file_use_case_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The use case for the file.
 - 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The tags used to organize, track, or control access for this resource.
 
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
      1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 1306 class AttachedFile < Struct.new( :creation_time, :file_arn, :file_id, :file_name, :file_size_in_bytes, :file_status, :created_by, :file_use_case_type, :associated_resource_arn, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#created_by ⇒ Types::CreatedByInfo
Represents the identity that created the file.
      1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 1306 class AttachedFile < Struct.new( :creation_time, :file_arn, :file_id, :file_name, :file_size_in_bytes, :file_status, :created_by, :file_use_case_type, :associated_resource_arn, :tags) 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`.
      1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 1306 class AttachedFile < Struct.new( :creation_time, :file_arn, :file_id, :file_name, :file_size_in_bytes, :file_status, :created_by, :file_use_case_type, :associated_resource_arn, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#file_arn ⇒ String
The unique identifier of the attached file resource (ARN).
      1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 1306 class AttachedFile < Struct.new( :creation_time, :file_arn, :file_id, :file_name, :file_size_in_bytes, :file_status, :created_by, :file_use_case_type, :associated_resource_arn, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#file_id ⇒ String
The unique identifier of the attached file resource.
      1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 1306 class AttachedFile < Struct.new( :creation_time, :file_arn, :file_id, :file_name, :file_size_in_bytes, :file_status, :created_by, :file_use_case_type, :associated_resource_arn, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#file_name ⇒ String
A case-sensitive name of the attached file being uploaded.
      1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 1306 class AttachedFile < Struct.new( :creation_time, :file_arn, :file_id, :file_name, :file_size_in_bytes, :file_status, :created_by, :file_use_case_type, :associated_resource_arn, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#file_size_in_bytes ⇒ Integer
The size of the attached file in bytes.
      1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 1306 class AttachedFile < Struct.new( :creation_time, :file_arn, :file_id, :file_name, :file_size_in_bytes, :file_status, :created_by, :file_use_case_type, :associated_resource_arn, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#file_status ⇒ String
The current status of the attached file.
      1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 1306 class AttachedFile < Struct.new( :creation_time, :file_arn, :file_id, :file_name, :file_size_in_bytes, :file_status, :created_by, :file_use_case_type, :associated_resource_arn, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#file_use_case_type ⇒ String
The use case for the file.
      1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 1306 class AttachedFile < Struct.new( :creation_time, :file_arn, :file_id, :file_name, :file_size_in_bytes, :file_status, :created_by, :file_use_case_type, :associated_resource_arn, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource. For example, ‘{ “Tags”: “key2”:“value2” }`.
      1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 1306 class AttachedFile < Struct.new( :creation_time, :file_arn, :file_id, :file_name, :file_size_in_bytes, :file_status, :created_by, :file_use_case_type, :associated_resource_arn, :tags) SENSITIVE = [] include Aws::Structure end  |