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.
5699 5700 5701 |
# File 'sig/types.rbs', line 5699 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
5700 5701 5702 |
# File 'sig/types.rbs', line 5700 def id @id end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
5701 5702 5703 |
# File 'sig/types.rbs', line 5701 def inputs @inputs end |
#mode ⇒ "QUADRANT", "INTERLEAVE"
Returns the value of attribute mode.
5702 5703 5704 |
# File 'sig/types.rbs', line 5702 def mode @mode end |
#name ⇒ ::String
Returns the value of attribute name.
5703 5704 5705 |
# File 'sig/types.rbs', line 5703 def name @name end |
#state ⇒ "IDLE", ...
Returns the value of attribute state.
5704 5705 5706 |
# File 'sig/types.rbs', line 5704 def state @state end |
#type ⇒ "SINGLE", "QUAD"
Returns the value of attribute type.
5705 5706 5707 |
# File 'sig/types.rbs', line 5705 def type @type end |