Class: Aws::ConnectParticipant::Types::GetAttachmentRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_idString

A unique identifier for the attachment.

Returns:

  • (String)


288
289
290
291
292
293
294
# File 'lib/aws-sdk-connectparticipant/types.rb', line 288

class GetAttachmentRequest < Struct.new(
  :attachment_id,
  :connection_token,
  :url_expiry_in_seconds)
  SENSITIVE = []
  include Aws::Structure
end

#connection_tokenString

The authentication token associated with the participant’s connection.

Returns:

  • (String)


288
289
290
291
292
293
294
# File 'lib/aws-sdk-connectparticipant/types.rb', line 288

class GetAttachmentRequest < Struct.new(
  :attachment_id,
  :connection_token,
  :url_expiry_in_seconds)
  SENSITIVE = []
  include Aws::Structure
end

#url_expiry_in_secondsInteger

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:

  • (Integer)


288
289
290
291
292
293
294
# File 'lib/aws-sdk-connectparticipant/types.rb', line 288

class GetAttachmentRequest < Struct.new(
  :attachment_id,
  :connection_token,
  :url_expiry_in_seconds)
  SENSITIVE = []
  include Aws::Structure
end