Class: Aws::Types::SegmentTypeInfo
- Inherits:
-
Object
- Object
- Aws::Types::SegmentTypeInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#model_version ⇒ ::String
Returns the value of attribute model_version.
-
#type ⇒ "TECHNICAL_CUE", "SHOT"
Returns the value of attribute type.
Instance Attribute Details
#model_version ⇒ ::String
Returns the value of attribute model_version.
1718 1719 1720 |
# File 'sig/types.rbs', line 1718 def model_version @model_version end |
#type ⇒ "TECHNICAL_CUE", "SHOT"
Returns the value of attribute type.
1717 1718 1719 |
# File 'sig/types.rbs', line 1717 def type @type end |