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.
-
#sdt_interval ⇒ ::Integer
Returns the value of attribute sdt_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.
803 804 805 |
# File 'sig/types.rbs', line 803 def output_sdt @output_sdt end |
#sdt_interval ⇒ ::Integer
Returns the value of attribute sdt_interval.
804 805 806 |
# File 'sig/types.rbs', line 804 def sdt_interval @sdt_interval end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
805 806 807 |
# File 'sig/types.rbs', line 805 def service_name @service_name end |
#service_provider_name ⇒ ::String
Returns the value of attribute service_provider_name.
806 807 808 |
# File 'sig/types.rbs', line 806 def service_provider_name @service_provider_name end |