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")


782
783
784
# File 'sig/types.rbs', line 782

def output_sdt
  @output_sdt
end

#sdt_interval::Integer

Returns the value of attribute sdt_interval.

Returns:

  • (::Integer)


783
784
785
# File 'sig/types.rbs', line 783

def sdt_interval
  @sdt_interval
end

#service_name::String

Returns the value of attribute service_name.

Returns:

  • (::String)


784
785
786
# File 'sig/types.rbs', line 784

def service_name
  @service_name
end

#service_provider_name::String

Returns the value of attribute service_provider_name.

Returns:

  • (::String)


785
786
787
# File 'sig/types.rbs', line 785

def service_provider_name
  @service_provider_name
end