Class: Aws::AppStream::Types::StreamingExperienceSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::StreamingExperienceSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#preferred_protocol ⇒ String
The preferred protocol that you want to use while streaming your application.
Instance Attribute Details
#preferred_protocol ⇒ String
The preferred protocol that you want to use while streaming your application.
4783 4784 4785 4786 4787 |
# File 'lib/aws-sdk-appstream/types.rb', line 4783 class StreamingExperienceSettings < Struct.new( :preferred_protocol) SENSITIVE = [] include Aws::Structure end |