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.
-
#url_expiry_in_seconds ⇒ Integer
The expiration time of the URL in ISO timestamp.
Instance Attribute Details
#attachment_id ⇒ String
A unique identifier for the attachment.
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_token ⇒ String
The authentication token associated with the participant’s connection.
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_seconds ⇒ Integer
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.
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 |