Class: Aws::GameLiftStreams::Types::PerformanceStatsConfiguration

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

Overview

Configuration settings for sharing the stream session's performance stats with the client

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#shared_with_clientBoolean

Performance stats for the session are streamed to the client when set to true. Defaults to false.

Returns:

  • (Boolean)


2634
2635
2636
2637
2638
# File 'gems/aws-sdk-gameliftstreams/lib/aws-sdk-gameliftstreams/types.rb', line 2634

class PerformanceStatsConfiguration < Struct.new(
  :shared_with_client)
  SENSITIVE = []
  include Aws::Structure
end