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.
796 797 798 |
# File 'sig/types.rbs', line 796 def network_id @network_id end |
#network_name ⇒ ::String
Returns the value of attribute network_name.
797 798 799 |
# File 'sig/types.rbs', line 797 def network_name @network_name end |
#nit_interval ⇒ ::Integer
Returns the value of attribute nit_interval.
798 799 800 |
# File 'sig/types.rbs', line 798 def nit_interval @nit_interval end |