Class: Aws::Types::SingleMasterChannelEndpointConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SingleMasterChannelEndpointConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#protocols ⇒ ::Array[("WSS" | "HTTPS" | "WEBRTC")]
Returns the value of attribute protocols.
-
#role ⇒ "MASTER", "VIEWER"
Returns the value of attribute role.
Instance Attribute Details
#protocols ⇒ ::Array[("WSS" | "HTTPS" | "WEBRTC")]
Returns the value of attribute protocols.
451 452 453 |
# File 'sig/types.rbs', line 451 def protocols @protocols end |
#role ⇒ "MASTER", "VIEWER"
Returns the value of attribute role.
452 453 454 |
# File 'sig/types.rbs', line 452 def role @role end |