Class: Aws::AppStream::Types::StreamingExperienceSettings

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appstream/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

Instance Attribute Details

#preferred_protocolString

The preferred protocol that you want to use while streaming your application.

Returns:

  • (String)


4783
4784
4785
4786
4787
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4783

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