Class: Aws::Types::OutputDetail
- Inherits:
-
Object
- Object
- Aws::Types::OutputDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#duration_in_ms ⇒ ::Integer
Returns the value of attribute duration_in_ms.
-
#video_details ⇒ Types::VideoDetail
Returns the value of attribute video_details.
Instance Attribute Details
#duration_in_ms ⇒ ::Integer
Returns the value of attribute duration_in_ms.
2036 2037 2038 |
# File 'sig/types.rbs', line 2036 def duration_in_ms @duration_in_ms end |
#video_details ⇒ Types::VideoDetail
Returns the value of attribute video_details.
2037 2038 2039 |
# File 'sig/types.rbs', line 2037 def video_details @video_details end |