Class: Aws::Types::SdiSourceSummary
- Inherits:
-
Object
- Object
- Aws::Types::SdiSourceSummary
- 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.
5714 5715 5716 |
# File 'sig/types.rbs', line 5714 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
5715 5716 5717 |
# File 'sig/types.rbs', line 5715 def id @id end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
5716 5717 5718 |
# File 'sig/types.rbs', line 5716 def inputs @inputs end |
#mode ⇒ "QUADRANT", "INTERLEAVE"
Returns the value of attribute mode.
5717 5718 5719 |
# File 'sig/types.rbs', line 5717 def mode @mode end |
#name ⇒ ::String
Returns the value of attribute name.
5718 5719 5720 |
# File 'sig/types.rbs', line 5718 def name @name end |
#state ⇒ "IDLE", ...
Returns the value of attribute state.
5719 5720 5721 |
# File 'sig/types.rbs', line 5719 def state @state end |
#type ⇒ "SINGLE", "QUAD"
Returns the value of attribute type.
5720 5721 5722 |
# File 'sig/types.rbs', line 5720 def type @type end |