Class: Aws::ConnectParticipant::Types::ConnectionCredentials

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

Overview

Connection credentials.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_tokenString

The connection token.

Returns:

  • (String)


128
129
130
131
132
133
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 128

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

#expiryString

The expiration of the token.

It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.

Returns:

  • (String)


128
129
130
131
132
133
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 128

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