Class: Aws::GameSparks::Types::DisconnectPlayerResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameSparks::Types::DisconnectPlayerResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamesparks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#disconnect_failures ⇒ Array<String>
The list of the connection ids that could not be disconnected.
-
#disconnect_successes ⇒ Array<String>
The list of the connection ids that were disconnected.
Instance Attribute Details
#disconnect_failures ⇒ Array<String>
The list of the connection ids that could not be disconnected.
267 268 269 270 271 272 |
# File 'lib/aws-sdk-gamesparks/types.rb', line 267 class DisconnectPlayerResult < Struct.new( :disconnect_failures, :disconnect_successes) SENSITIVE = [] include Aws::Structure end |
#disconnect_successes ⇒ Array<String>
The list of the connection ids that were disconnected.
267 268 269 270 271 272 |
# File 'lib/aws-sdk-gamesparks/types.rb', line 267 class DisconnectPlayerResult < Struct.new( :disconnect_failures, :disconnect_successes) SENSITIVE = [] include Aws::Structure end |