Class: Aws::GameSparks::Types::GetPlayerConnectionStatusResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameSparks::Types::GetPlayerConnectionStatusResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamesparks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connections ⇒ Array<Types::Connection>
The list of connection ids, one for each connection in use by the player.
Instance Attribute Details
#connections ⇒ Array<Types::Connection>
The list of connection ids, one for each connection in use by the player.
712 713 714 715 716 |
# File 'lib/aws-sdk-gamesparks/types.rb', line 712 class GetPlayerConnectionStatusResult < Struct.new( :connections) SENSITIVE = [] include Aws::Structure end |