Class: Aws::GameSparks::Types::Connection
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameSparks::Types::Connection
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamesparks/types.rb
Overview
Details about a WebSocket connection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created ⇒ Time
The date and time when the connection was created.
-
#id ⇒ String
The identifier used to indicate a specific WebSocket connection.
Instance Attribute Details
#created ⇒ Time
The date and time when the connection was created.
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 |
#id ⇒ String
The identifier used to indicate a specific WebSocket connection.
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 |