Class: Aws::GameLiftStreams::Types::DisplayConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLiftStreams::Types::DisplayConfiguration
- Defined in:
- gems/aws-sdk-gameliftstreams/lib/aws-sdk-gameliftstreams/types.rb
Overview
The virtual monitor settings for a stream session, including the resolution. If not specified, the stream session uses the default resolution of 1920 × 1080.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resolution ⇒ Types::Resolution
The resolution to apply to the stream session's virtual monitor.
Instance Attribute Details
#resolution ⇒ Types::Resolution
The resolution to apply to the stream session's virtual monitor. When specified, this value overrides the default resolution of 1920 × 1080.
1481 1482 1483 1484 1485 |
# File 'gems/aws-sdk-gameliftstreams/lib/aws-sdk-gameliftstreams/types.rb', line 1481 class DisplayConfiguration < Struct.new( :resolution) SENSITIVE = [] include Aws::Structure end |