Class: Aws::Connect::Types::GetAttachedFileResponse

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

Overview

Response from GetAttachedFile API.

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][1

are the only current supported resource.

[1]: docs.aws.amazon.com/connect/latest/APIReference/API_connect-cases_CreateCase.html

Returns:

  • (String)


7939
7940
7941
7942
7943
7944
7945
7946
7947
7948
7949
7950
7951
7952
7953
# File 'lib/aws-sdk-connect/types.rb', line 7939

class GetAttachedFileResponse < Struct.new(
  :file_arn,
  :file_id,
  :creation_time,
  :file_status,
  :file_name,
  :file_size_in_bytes,
  :associated_resource_arn,
  :file_use_case_type,
  :created_by,
  :download_url_metadata,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#created_byTypes::CreatedByInfo

Represents the identity that created the file.



7939
7940
7941
7942
7943
7944
7945
7946
7947
7948
7949
7950
7951
7952
7953
# File 'lib/aws-sdk-connect/types.rb', line 7939

class GetAttachedFileResponse < Struct.new(
  :file_arn,
  :file_id,
  :creation_time,
  :file_status,
  :file_name,
  :file_size_in_bytes,
  :associated_resource_arn,
  :file_use_case_type,
  :created_by,
  :download_url_metadata,
  :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)


7939
7940
7941
7942
7943
7944
7945
7946
7947
7948
7949
7950
7951
7952
7953
# File 'lib/aws-sdk-connect/types.rb', line 7939

class GetAttachedFileResponse < Struct.new(
  :file_arn,
  :file_id,
  :creation_time,
  :file_status,
  :file_name,
  :file_size_in_bytes,
  :associated_resource_arn,
  :file_use_case_type,
  :created_by,
  :download_url_metadata,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#download_url_metadataTypes::DownloadUrlMetadata

URL and expiry to be used when downloading the attached file.



7939
7940
7941
7942
7943
7944
7945
7946
7947
7948
7949
7950
7951
7952
7953
# File 'lib/aws-sdk-connect/types.rb', line 7939

class GetAttachedFileResponse < Struct.new(
  :file_arn,
  :file_id,
  :creation_time,
  :file_status,
  :file_name,
  :file_size_in_bytes,
  :associated_resource_arn,
  :file_use_case_type,
  :created_by,
  :download_url_metadata,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#file_arnString

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

Returns:

  • (String)


7939
7940
7941
7942
7943
7944
7945
7946
7947
7948
7949
7950
7951
7952
7953
# File 'lib/aws-sdk-connect/types.rb', line 7939

class GetAttachedFileResponse < Struct.new(
  :file_arn,
  :file_id,
  :creation_time,
  :file_status,
  :file_name,
  :file_size_in_bytes,
  :associated_resource_arn,
  :file_use_case_type,
  :created_by,
  :download_url_metadata,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#file_idString

The unique identifier of the attached file resource.

Returns:

  • (String)


7939
7940
7941
7942
7943
7944
7945
7946
7947
7948
7949
7950
7951
7952
7953
# File 'lib/aws-sdk-connect/types.rb', line 7939

class GetAttachedFileResponse < Struct.new(
  :file_arn,
  :file_id,
  :creation_time,
  :file_status,
  :file_name,
  :file_size_in_bytes,
  :associated_resource_arn,
  :file_use_case_type,
  :created_by,
  :download_url_metadata,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#file_nameString

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

Returns:

  • (String)


7939
7940
7941
7942
7943
7944
7945
7946
7947
7948
7949
7950
7951
7952
7953
# File 'lib/aws-sdk-connect/types.rb', line 7939

class GetAttachedFileResponse < Struct.new(
  :file_arn,
  :file_id,
  :creation_time,
  :file_status,
  :file_name,
  :file_size_in_bytes,
  :associated_resource_arn,
  :file_use_case_type,
  :created_by,
  :download_url_metadata,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#file_size_in_bytesInteger

The size of the attached file in bytes.

Returns:

  • (Integer)


7939
7940
7941
7942
7943
7944
7945
7946
7947
7948
7949
7950
7951
7952
7953
# File 'lib/aws-sdk-connect/types.rb', line 7939

class GetAttachedFileResponse < Struct.new(
  :file_arn,
  :file_id,
  :creation_time,
  :file_status,
  :file_name,
  :file_size_in_bytes,
  :associated_resource_arn,
  :file_use_case_type,
  :created_by,
  :download_url_metadata,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#file_statusString

The current status of the attached file.

Returns:

  • (String)


7939
7940
7941
7942
7943
7944
7945
7946
7947
7948
7949
7950
7951
7952
7953
# File 'lib/aws-sdk-connect/types.rb', line 7939

class GetAttachedFileResponse < Struct.new(
  :file_arn,
  :file_id,
  :creation_time,
  :file_status,
  :file_name,
  :file_size_in_bytes,
  :associated_resource_arn,
  :file_use_case_type,
  :created_by,
  :download_url_metadata,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#file_use_case_typeString

The use case for the file.

Returns:

  • (String)


7939
7940
7941
7942
7943
7944
7945
7946
7947
7948
7949
7950
7951
7952
7953
# File 'lib/aws-sdk-connect/types.rb', line 7939

class GetAttachedFileResponse < Struct.new(
  :file_arn,
  :file_id,
  :creation_time,
  :file_status,
  :file_name,
  :file_size_in_bytes,
  :associated_resource_arn,
  :file_use_case_type,
  :created_by,
  :download_url_metadata,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags used to organize, track, or control access for this resource. For example, ‘{ “Tags”: “key2”:“value2” }`.

Returns:

  • (Hash<String,String>)


7939
7940
7941
7942
7943
7944
7945
7946
7947
7948
7949
7950
7951
7952
7953
# File 'lib/aws-sdk-connect/types.rb', line 7939

class GetAttachedFileResponse < Struct.new(
  :file_arn,
  :file_id,
  :creation_time,
  :file_status,
  :file_name,
  :file_size_in_bytes,
  :associated_resource_arn,
  :file_use_case_type,
  :created_by,
  :download_url_metadata,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end