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.
-
#rep_interval ⇒ ::Integer
Returns the value of attribute rep_interval.
Instance Attribute Details
#network_id ⇒ ::Integer
Returns the value of attribute network_id.
1152 1153 1154 |
# File 'sig/types.rbs', line 1152 def network_id @network_id end |
#network_name ⇒ ::String
Returns the value of attribute network_name.
1153 1154 1155 |
# File 'sig/types.rbs', line 1153 def network_name @network_name end |
#rep_interval ⇒ ::Integer
Returns the value of attribute rep_interval.
1154 1155 1156 |
# File 'sig/types.rbs', line 1154 def rep_interval @rep_interval end |