Class: Aws::Types::CreateSdiSourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSdiSourceRequest
- 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.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#type ⇒ "SINGLE", "QUAD"
Returns the value of attribute type.
Instance Attribute Details
#mode ⇒ "QUADRANT", "INTERLEAVE"
Returns the value of attribute mode.
5653 5654 5655 |
# File 'sig/types.rbs', line 5653 def mode @mode end |
#name ⇒ ::String
Returns the value of attribute name.
5654 5655 5656 |
# File 'sig/types.rbs', line 5654 def name @name end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
5655 5656 5657 |
# File 'sig/types.rbs', line 5655 def request_id @request_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
5656 5657 5658 |
# File 'sig/types.rbs', line 5656 def @tags end |
#type ⇒ "SINGLE", "QUAD"
Returns the value of attribute type.
5657 5658 5659 |
# File 'sig/types.rbs', line 5657 def type @type end |