Class: Aws::Types::WebRTCMediaPlacement
- Inherits:
-
Object
- Object
- Aws::Types::WebRTCMediaPlacement
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audio_fallback_url ⇒ ::String
Returns the value of attribute audio_fallback_url.
-
#audio_host_url ⇒ ::String
Returns the value of attribute audio_host_url.
-
#event_ingestion_url ⇒ ::String
Returns the value of attribute event_ingestion_url.
-
#signaling_url ⇒ ::String
Returns the value of attribute signaling_url.
Instance Attribute Details
#audio_fallback_url ⇒ ::String
Returns the value of attribute audio_fallback_url.
292 293 294 |
# File 'sig/types.rbs', line 292 def audio_fallback_url @audio_fallback_url end |
#audio_host_url ⇒ ::String
Returns the value of attribute audio_host_url.
291 292 293 |
# File 'sig/types.rbs', line 291 def audio_host_url @audio_host_url end |
#event_ingestion_url ⇒ ::String
Returns the value of attribute event_ingestion_url.
294 295 296 |
# File 'sig/types.rbs', line 294 def event_ingestion_url @event_ingestion_url end |
#signaling_url ⇒ ::String
Returns the value of attribute signaling_url.
293 294 295 |
# File 'sig/types.rbs', line 293 def signaling_url @signaling_url end |