Class: Aws::Types::StreamingProperties
- Inherits:
-
Object
- Object
- Aws::Types::StreamingProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#global_accelerator ⇒ Types::GlobalAcceleratorForDirectory
Returns the value of attribute global_accelerator.
-
#storage_connectors ⇒ ::Array[Types::StorageConnector]
Returns the value of attribute storage_connectors.
-
#streaming_experience_preferred_protocol ⇒ "TCP", "UDP"
Returns the value of attribute streaming_experience_preferred_protocol.
-
#user_settings ⇒ ::Array[Types::UserSetting]
Returns the value of attribute user_settings.
Instance Attribute Details
#global_accelerator ⇒ Types::GlobalAcceleratorForDirectory
Returns the value of attribute global_accelerator.
1477 1478 1479 |
# File 'sig/types.rbs', line 1477 def global_accelerator @global_accelerator end |
#storage_connectors ⇒ ::Array[Types::StorageConnector]
Returns the value of attribute storage_connectors.
1476 1477 1478 |
# File 'sig/types.rbs', line 1476 def storage_connectors @storage_connectors end |
#streaming_experience_preferred_protocol ⇒ "TCP", "UDP"
Returns the value of attribute streaming_experience_preferred_protocol.
1474 1475 1476 |
# File 'sig/types.rbs', line 1474 def streaming_experience_preferred_protocol @streaming_experience_preferred_protocol end |
#user_settings ⇒ ::Array[Types::UserSetting]
Returns the value of attribute user_settings.
1475 1476 1477 |
# File 'sig/types.rbs', line 1475 def user_settings @user_settings end |