Class: Aws::Types::AudioBlock
- Inherits:
-
Object
- Object
- Aws::Types::AudioBlock
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error ⇒ Types::ErrorBlock
Returns the value of attribute error.
-
#format ⇒ "mp3", ...
Returns the value of attribute format.
-
#source ⇒ Types::AudioSource
Returns the value of attribute source.
Instance Attribute Details
#error ⇒ Types::ErrorBlock
Returns the value of attribute error.
81 82 83 |
# File 'sig/types.rbs', line 81 def error @error end |
#format ⇒ "mp3", ...
Returns the value of attribute format.
79 80 81 |
# File 'sig/types.rbs', line 79 def format @format end |
#source ⇒ Types::AudioSource
Returns the value of attribute source.
80 81 82 |
# File 'sig/types.rbs', line 80 def source @source end |