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


803
804
805
# File 'sig/types.rbs', line 803

def output_sdt
  @output_sdt
end

#sdt_interval::Integer

Returns the value of attribute sdt_interval.

Returns:

  • (::Integer)


804
805
806
# File 'sig/types.rbs', line 804

def sdt_interval
  @sdt_interval
end

#service_name::String

Returns the value of attribute service_name.

Returns:

  • (::String)


805
806
807
# File 'sig/types.rbs', line 805

def service_name
  @service_name
end

#service_provider_name::String

Returns the value of attribute service_provider_name.

Returns:

  • (::String)


806
807
808
# File 'sig/types.rbs', line 806

def service_provider_name
  @service_provider_name
end