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.
5725 5726 5727 |
# File 'sig/types.rbs', line 5725 def mode @mode end |
#name ⇒ ::String
Returns the value of attribute name.
5726 5727 5728 |
# File 'sig/types.rbs', line 5726 def name @name end |
#sdi_source_id ⇒ ::String
Returns the value of attribute sdi_source_id.
5727 5728 5729 |
# File 'sig/types.rbs', line 5727 def sdi_source_id @sdi_source_id end |
#type ⇒ "SINGLE", "QUAD"
Returns the value of attribute type.
5728 5729 5730 |
# File 'sig/types.rbs', line 5728 def type @type end |