Class: Aws::GameSparks::Types::Connection

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

Overview

Details about a WebSocket connection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#createdTime

The date and time when the connection was created.

Returns:

  • (Time)


51
52
53
54
55
56
# File 'lib/aws-sdk-gamesparks/types.rb', line 51

class Connection < Struct.new(
  :created,
  :id)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier used to indicate a specific WebSocket connection.

Returns:

  • (String)


51
52
53
54
55
56
# File 'lib/aws-sdk-gamesparks/types.rb', line 51

class Connection < Struct.new(
  :created,
  :id)
  SENSITIVE = []
  include Aws::Structure
end