Class: Aws::Types::InputSdpLocation
- Inherits:
-
Object
- Object
- Aws::Types::InputSdpLocation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#media_index ⇒ ::Integer
Returns the value of attribute media_index.
-
#sdp_url ⇒ ::String
Returns the value of attribute sdp_url.
Instance Attribute Details
#media_index ⇒ ::Integer
Returns the value of attribute media_index.
5620 5621 5622 |
# File 'sig/types.rbs', line 5620 def media_index @media_index end |
#sdp_url ⇒ ::String
Returns the value of attribute sdp_url.
5621 5622 5623 |
# File 'sig/types.rbs', line 5621 def sdp_url @sdp_url end |