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.
782 783 784 |
# File 'sig/types.rbs', line 782 def output_sdt @output_sdt end |
#sdt_interval ⇒ ::Integer
Returns the value of attribute sdt_interval.
783 784 785 |
# File 'sig/types.rbs', line 783 def sdt_interval @sdt_interval end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
784 785 786 |
# File 'sig/types.rbs', line 784 def service_name @service_name end |
#service_provider_name ⇒ ::String
Returns the value of attribute service_provider_name.
785 786 787 |
# File 'sig/types.rbs', line 785 def service_provider_name @service_provider_name end |