Class: Aws::Types::ProgramTrackSettings
- Inherits:
-
Object
- Object
- Aws::Types::ProgramTrackSettings
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: AzEl, Oem, Tle, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#az_el ⇒ Types::AzElProgramTrackSettings
Returns the value of attribute az_el.
-
#oem ⇒ Types::OemProgramTrackSettings
Returns the value of attribute oem.
-
#tle ⇒ Types::TleProgramTrackSettings
Returns the value of attribute tle.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
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.
975 976 977 |
# File 'sig/types.rbs', line 975 def unknown @unknown end |