Class: Aws::Types::UpdateSdiSourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSdiSourceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#mode ⇒ "QUADRANT", "INTERLEAVE"
Returns the value of attribute mode.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#sdi_source_id ⇒ ::String
Returns the value of attribute sdi_source_id.
-
#type ⇒ "SINGLE", "QUAD"
Returns the value of attribute type.
Instance Attribute Details
#mode ⇒ "QUADRANT", "INTERLEAVE"
Returns the value of attribute mode.
5735 5736 5737 |
# File 'sig/types.rbs', line 5735 def mode @mode end |
#name ⇒ ::String
Returns the value of attribute name.
5736 5737 5738 |
# File 'sig/types.rbs', line 5736 def name @name end |
#sdi_source_id ⇒ ::String
Returns the value of attribute sdi_source_id.
5737 5738 5739 |
# File 'sig/types.rbs', line 5737 def sdi_source_id @sdi_source_id end |
#type ⇒ "SINGLE", "QUAD"
Returns the value of attribute type.
5738 5739 5740 |
# File 'sig/types.rbs', line 5738 def type @type end |