Class: Aws::Types::DvbSdtSettings
- Inherits:
-
Object
- Object
- Aws::Types::DvbSdtSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#output_sdt ⇒ "SDT_FOLLOW", ...
Returns the value of attribute output_sdt.
-
#rep_interval ⇒ ::Integer
Returns the value of attribute rep_interval.
-
#service_name ⇒ ::String
Returns the value of attribute service_name.
-
#service_provider_name ⇒ ::String
Returns the value of attribute service_provider_name.
Instance Attribute Details
#output_sdt ⇒ "SDT_FOLLOW", ...
Returns the value of attribute output_sdt.
1159 1160 1161 |
# File 'sig/types.rbs', line 1159 def output_sdt @output_sdt end |
#rep_interval ⇒ ::Integer
Returns the value of attribute rep_interval.
1160 1161 1162 |
# File 'sig/types.rbs', line 1160 def rep_interval @rep_interval end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
1161 1162 1163 |
# File 'sig/types.rbs', line 1161 def service_name @service_name end |
#service_provider_name ⇒ ::String
Returns the value of attribute service_provider_name.
1162 1163 1164 |
# File 'sig/types.rbs', line 1162 def service_provider_name @service_provider_name end |