Class: Aws::GameLiftStreams::Types::PerformanceStatsConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLiftStreams::Types::PerformanceStatsConfiguration
- 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
-
#shared_with_client ⇒ Boolean
Performance stats for the session are streamed to the client when set to
true.
Instance Attribute Details
#shared_with_client ⇒ Boolean
Performance stats for the session are streamed to the client when
set to true. Defaults to false.
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 |