Class: Aws::Types::ProgramTrackSettings

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

Defined Under Namespace

Classes: AzEl, Oem, Tle, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#az_el ⇒ Types::AzElProgramTrackSettings

Returns the value of attribute az_el.



972
973
974
# File 'sig/types.rbs', line 972

def az_el
  @az_el
end

#oem ⇒ Types::OemProgramTrackSettings

Returns the value of attribute oem.



973
974
975
# File 'sig/types.rbs', line 973

def oem
  @oem
end

#tle ⇒ Types::TleProgramTrackSettings

Returns the value of attribute tle.



974
975
976
# File 'sig/types.rbs', line 974

def tle
  @tle
end

#unknown ⇒ Object

Returns the value of attribute unknown.

Returns:

  • (Object)


975
976
977
# File 'sig/types.rbs', line 975

def unknown
  @unknown
end