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.
528 529 530 |
# File 'sig/types.rbs', line 528 def bit_rate @bit_rate end |
#duration ⇒ ::Float
Returns the value of attribute duration.
529 530 531 |
# File 'sig/types.rbs', line 529 def duration @duration end |
#format ⇒ "mp4", ...
Returns the value of attribute format.
530 531 532 |
# File 'sig/types.rbs', line 530 def format @format end |
#start_timecode ⇒ ::String
Returns the value of attribute start_timecode.
531 532 533 |
# File 'sig/types.rbs', line 531 def start_timecode @start_timecode end |
#tracks ⇒ ::Array[Types::Track]
Returns the value of attribute tracks.
532 533 534 |
# File 'sig/types.rbs', line 532 def tracks @tracks end |