Class: Aws::ConnectParticipant::Types::GetAttachmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectParticipant::Types::GetAttachmentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectparticipant/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attachment_id ⇒ String
A unique identifier for the attachment.
-
#connection_token ⇒ String
The authentication token associated with the participant’s connection.
Instance Attribute Details
#attachment_id ⇒ String
A unique identifier for the attachment.
260 261 262 263 264 265 |
# File 'lib/aws-sdk-connectparticipant/types.rb', line 260 class GetAttachmentRequest < Struct.new( :attachment_id, :connection_token) SENSITIVE = [] include Aws::Structure end |
#connection_token ⇒ String
The authentication token associated with the participant’s connection.
260 261 262 263 264 265 |
# File 'lib/aws-sdk-connectparticipant/types.rb', line 260 class GetAttachmentRequest < Struct.new( :attachment_id, :connection_token) SENSITIVE = [] include Aws::Structure end |