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.
5623 5624 5625 |
# File 'sig/types.rbs', line 5623 def media_index @media_index end |
#sdp_url ⇒ ::String
Returns the value of attribute sdp_url.
5624 5625 5626 |
# File 'sig/types.rbs', line 5624 def sdp_url @sdp_url end |