Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::Connect::Types::AttachedFile

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Information about the attached file.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#associated_resource_arnString

The resource to which the attached file is (being) uploaded to. Cases are the only current supported resource.

This value must be a valid ARN.

Returns:

  • (String)

1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
# File 'gems/aws-sdk-connect/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_byTypes::CreatedByInfo

Represents the identity that created the file.


1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
# File 'gems/aws-sdk-connect/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_timeString

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.

Returns:

  • (String)

1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
# File 'gems/aws-sdk-connect/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_arnString

The unique identifier of the attached file resource (ARN).

Returns:

  • (String)

1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
# File 'gems/aws-sdk-connect/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_idString

The unique identifier of the attached file resource.

Returns:

  • (String)

1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
# File 'gems/aws-sdk-connect/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_nameString

A case-sensitive name of the attached file being uploaded.

Returns:

  • (String)

1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
# File 'gems/aws-sdk-connect/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_bytesInteger

The size of the attached file in bytes.

Returns:

  • (Integer)

1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
# File 'gems/aws-sdk-connect/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_statusString

The current status of the attached file.

Returns:

  • (String)

1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
# File 'gems/aws-sdk-connect/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_typeString

The use case for the file.

Returns:

  • (String)

1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
# File 'gems/aws-sdk-connect/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

#tagsHash<String,String>

The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.

Returns:

  • (Hash<String,String>)

1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
# File 'gems/aws-sdk-connect/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