Class: Aws::Types::DvbNitSettings
- Inherits:
-
Object
- Object
- Aws::Types::DvbNitSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#network_id ⇒ ::Integer
Returns the value of attribute network_id.
-
#network_name ⇒ ::String
Returns the value of attribute network_name.
-
#nit_interval ⇒ ::Integer
Returns the value of attribute nit_interval.
Instance Attribute Details
#network_id ⇒ ::Integer
Returns the value of attribute network_id.
775 776 777 |
# File 'sig/types.rbs', line 775 def network_id @network_id end |
#network_name ⇒ ::String
Returns the value of attribute network_name.
776 777 778 |
# File 'sig/types.rbs', line 776 def network_name @network_name end |
#nit_interval ⇒ ::Integer
Returns the value of attribute nit_interval.
777 778 779 |
# File 'sig/types.rbs', line 777 def nit_interval @nit_interval end |