Class: Aws::Connect::Types::StartAttachedFileUploadResponse

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

Overview

Response from StartAttachedFileUpload API.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_byTypes::CreatedByInfo

Represents the identity that created the file.



19237
19238
19239
19240
19241
19242
19243
19244
19245
19246
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19237

class StartAttachedFileUploadResponse < Struct.new(
  :file_arn,
  :file_id,
  :creation_time,
  :file_status,
  :created_by,
  :upload_url_metadata)
  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)


19237
19238
19239
19240
19241
19242
19243
19244
19245
19246
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19237

class StartAttachedFileUploadResponse < Struct.new(
  :file_arn,
  :file_id,
  :creation_time,
  :file_status,
  :created_by,
  :upload_url_metadata)
  SENSITIVE = []
  include Aws::Structure
end

#file_arnString

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

Returns:

  • (String)


19237
19238
19239
19240
19241
19242
19243
19244
19245
19246
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19237

class StartAttachedFileUploadResponse < Struct.new(
  :file_arn,
  :file_id,
  :creation_time,
  :file_status,
  :created_by,
  :upload_url_metadata)
  SENSITIVE = []
  include Aws::Structure
end

#file_idString

The unique identifier of the attached file resource.

Returns:

  • (String)


19237
19238
19239
19240
19241
19242
19243
19244
19245
19246
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19237

class StartAttachedFileUploadResponse < Struct.new(
  :file_arn,
  :file_id,
  :creation_time,
  :file_status,
  :created_by,
  :upload_url_metadata)
  SENSITIVE = []
  include Aws::Structure
end

#file_statusString

The current status of the attached file.

Returns:

  • (String)


19237
19238
19239
19240
19241
19242
19243
19244
19245
19246
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19237

class StartAttachedFileUploadResponse < Struct.new(
  :file_arn,
  :file_id,
  :creation_time,
  :file_status,
  :created_by,
  :upload_url_metadata)
  SENSITIVE = []
  include Aws::Structure
end

#upload_url_metadataTypes::UploadUrlMetadata

Information to be used while uploading the attached file.



19237
19238
19239
19240
19241
19242
19243
19244
19245
19246
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19237

class StartAttachedFileUploadResponse < Struct.new(
  :file_arn,
  :file_id,
  :creation_time,
  :file_status,
  :created_by,
  :upload_url_metadata)
  SENSITIVE = []
  include Aws::Structure
end