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.
-
#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.
5851 5852 5853 |
# File 'sig/types.rbs', line 5851 def audio_fallback_url @audio_fallback_url end |
#audio_host_url ⇒ ::String
Returns the value of attribute audio_host_url.
5850 5851 5852 |
# File 'sig/types.rbs', line 5850 def audio_host_url @audio_host_url end |
#event_ingestion_url ⇒ ::String
Returns the value of attribute event_ingestion_url.
5854 5855 5856 |
# File 'sig/types.rbs', line 5854 def event_ingestion_url @event_ingestion_url end |
#signaling_url ⇒ ::String
Returns the value of attribute signaling_url.
5852 5853 5854 |
# File 'sig/types.rbs', line 5852 def signaling_url @signaling_url end |
#turn_control_url ⇒ ::String
Returns the value of attribute turn_control_url.
5853 5854 5855 |
# File 'sig/types.rbs', line 5853 def turn_control_url @turn_control_url end |