Class: Aws::Types::Container
- Inherits:
-
Object
- Object
- Aws::Types::Container
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bit_rate ⇒ ::Integer
Returns the value of attribute bit_rate.
-
#duration ⇒ ::Float
Returns the value of attribute duration.
-
#format ⇒ "mp4", ...
Returns the value of attribute format.
-
#start_timecode ⇒ ::String
Returns the value of attribute start_timecode.
-
#tracks ⇒ ::Array[Types::Track]
Returns the value of attribute tracks.
Instance Attribute Details
#bit_rate ⇒ ::Integer
Returns the value of attribute bit_rate.
516 517 518 |
# File 'sig/types.rbs', line 516 def bit_rate @bit_rate end |
#duration ⇒ ::Float
Returns the value of attribute duration.
517 518 519 |
# File 'sig/types.rbs', line 517 def duration @duration end |
#format ⇒ "mp4", ...
Returns the value of attribute format.
518 519 520 |
# File 'sig/types.rbs', line 518 def format @format end |
#start_timecode ⇒ ::String
Returns the value of attribute start_timecode.
519 520 521 |
# File 'sig/types.rbs', line 519 def start_timecode @start_timecode end |
#tracks ⇒ ::Array[Types::Track]
Returns the value of attribute tracks.
520 521 522 |
# File 'sig/types.rbs', line 520 def tracks @tracks end |