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

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

#attachment_idString

A unique identifier for the attachment.

Returns:

  • (String)


260
261
262
263
264
265
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 260

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

#connection_tokenString

The authentication token associated with the participant's connection.

Returns:

  • (String)


260
261
262
263
264
265
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 260

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