Class: Aws::ConnectParticipant::Types::GetAttachmentResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#urlString

This is the pre-signed URL that can be used for uploading the file to Amazon S3 when used in response to StartAttachmentUpload.

Returns:

  • (String)


284
285
286
287
288
289
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 284

class GetAttachmentResponse < Struct.new(
  :url,
  :url_expiry)
  SENSITIVE = []
  include Aws::Structure
end

#url_expiryString

The expiration time of the URL in ISO timestamp. It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.

Returns:

  • (String)


284
285
286
287
288
289
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 284

class GetAttachmentResponse < Struct.new(
  :url,
  :url_expiry)
  SENSITIVE = []
  include Aws::Structure
end