Class: Aws::Types::SdiSource
- Inherits:
-
Object
- Object
- Aws::Types::SdiSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
-
#mode ⇒ "QUADRANT", "INTERLEAVE"
Returns the value of attribute mode.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#state ⇒ "IDLE", ...
Returns the value of attribute state.
-
#type ⇒ "SINGLE", "QUAD"
Returns the value of attribute type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
5689 5690 5691 |
# File 'sig/types.rbs', line 5689 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
5690 5691 5692 |
# File 'sig/types.rbs', line 5690 def id @id end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
5691 5692 5693 |
# File 'sig/types.rbs', line 5691 def inputs @inputs end |
#mode ⇒ "QUADRANT", "INTERLEAVE"
Returns the value of attribute mode.
5692 5693 5694 |
# File 'sig/types.rbs', line 5692 def mode @mode end |
#name ⇒ ::String
Returns the value of attribute name.
5693 5694 5695 |
# File 'sig/types.rbs', line 5693 def name @name end |
#state ⇒ "IDLE", ...
Returns the value of attribute state.
5694 5695 5696 |
# File 'sig/types.rbs', line 5694 def state @state end |
#type ⇒ "SINGLE", "QUAD"
Returns the value of attribute type.
5695 5696 5697 |
# File 'sig/types.rbs', line 5695 def type @type end |