Class: Aws::Types::MediaPlacement
- Inherits:
-
Object
- Object
- Aws::Types::MediaPlacement
- 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.
-
#screen_data_url ⇒ ::String
Returns the value of attribute screen_data_url.
-
#screen_sharing_url ⇒ ::String
Returns the value of attribute screen_sharing_url.
-
#screen_viewing_url ⇒ ::String
Returns the value of attribute screen_viewing_url.
-
#signaling_url ⇒ ::String
Returns the value of attribute signaling_url.
-
#turn_control_url ⇒ ::String
Returns the value of attribute turn_control_url.
Instance Attribute Details
#audio_fallback_url ⇒ ::String
Returns the value of attribute audio_fallback_url.
246 247 248 |
# File 'sig/types.rbs', line 246 def audio_fallback_url @audio_fallback_url end |
#audio_host_url ⇒ ::String
Returns the value of attribute audio_host_url.
245 246 247 |
# File 'sig/types.rbs', line 245 def audio_host_url @audio_host_url end |
#event_ingestion_url ⇒ ::String
Returns the value of attribute event_ingestion_url.
252 253 254 |
# File 'sig/types.rbs', line 252 def event_ingestion_url @event_ingestion_url end |
#screen_data_url ⇒ ::String
Returns the value of attribute screen_data_url.
249 250 251 |
# File 'sig/types.rbs', line 249 def screen_data_url @screen_data_url end |
#screen_sharing_url ⇒ ::String
Returns the value of attribute screen_sharing_url.
251 252 253 |
# File 'sig/types.rbs', line 251 def screen_sharing_url @screen_sharing_url end |
#screen_viewing_url ⇒ ::String
Returns the value of attribute screen_viewing_url.
250 251 252 |
# File 'sig/types.rbs', line 250 def screen_viewing_url @screen_viewing_url end |
#signaling_url ⇒ ::String
Returns the value of attribute signaling_url.
247 248 249 |
# File 'sig/types.rbs', line 247 def signaling_url @signaling_url end |
#turn_control_url ⇒ ::String
Returns the value of attribute turn_control_url.
248 249 250 |
# File 'sig/types.rbs', line 248 def turn_control_url @turn_control_url end |