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.
5643 5644 5645 |
# File 'sig/types.rbs', line 5643 def mode @mode end |
#name ⇒ ::String
Returns the value of attribute name.
5644 5645 5646 |
# File 'sig/types.rbs', line 5644 def name @name end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
5645 5646 5647 |
# File 'sig/types.rbs', line 5645 def request_id @request_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
5646 5647 5648 |
# File 'sig/types.rbs', line 5646 def @tags end |
#type ⇒ "SINGLE", "QUAD"
Returns the value of attribute type.
5647 5648 5649 |
# File 'sig/types.rbs', line 5647 def type @type end |