Class: Aws::Types::DvbSdtSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#output_sdt"SDT_FOLLOW", ...

Returns the value of attribute output_sdt.

Returns:

  • ("SDT_FOLLOW", "SDT_FOLLOW_IF_PRESENT", "SDT_MANUAL", "SDT_NONE")


1159
1160
1161
# File 'sig/types.rbs', line 1159

def output_sdt
  @output_sdt
end

#rep_interval::Integer

Returns the value of attribute rep_interval.

Returns:

  • (::Integer)


1160
1161
1162
# File 'sig/types.rbs', line 1160

def rep_interval
  @rep_interval
end

#service_name::String

Returns the value of attribute service_name.

Returns:

  • (::String)


1161
1162
1163
# File 'sig/types.rbs', line 1161

def service_name
  @service_name
end

#service_provider_name::String

Returns the value of attribute service_provider_name.

Returns:

  • (::String)


1162
1163
1164
# File 'sig/types.rbs', line 1162

def service_provider_name
  @service_provider_name
end