Class: Aws::Types::DashBaseUrl
- Inherits:
-
Object
- Object
- Aws::Types::DashBaseUrl
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dvb_priority ⇒ ::Integer
Returns the value of attribute dvb_priority.
-
#dvb_weight ⇒ ::Integer
Returns the value of attribute dvb_weight.
-
#service_location ⇒ ::String
Returns the value of attribute service_location.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#dvb_priority ⇒ ::Integer
Returns the value of attribute dvb_priority.
259 260 261 |
# File 'sig/types.rbs', line 259 def dvb_priority @dvb_priority end |
#dvb_weight ⇒ ::Integer
Returns the value of attribute dvb_weight.
260 261 262 |
# File 'sig/types.rbs', line 260 def dvb_weight @dvb_weight end |
#service_location ⇒ ::String
Returns the value of attribute service_location.
258 259 260 |
# File 'sig/types.rbs', line 258 def service_location @service_location end |
#url ⇒ ::String
Returns the value of attribute url.
257 258 259 |
# File 'sig/types.rbs', line 257 def url @url end |