Class: Aws::Types::DvbNitSettings

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#network_id::Integer

Returns the value of attribute network_id.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


1154
1155
1156
# File 'sig/types.rbs', line 1154

def rep_interval
  @rep_interval
end