Class: Aws::Types::IngestConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::IngestConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audio ⇒ Types::AudioConfiguration
Returns the value of attribute audio.
-
#video ⇒ Types::VideoConfiguration
Returns the value of attribute video.
Instance Attribute Details
#audio ⇒ Types::AudioConfiguration
Returns the value of attribute audio.
395 396 397 |
# File 'sig/types.rbs', line 395 def audio @audio end |
#video ⇒ Types::VideoConfiguration
Returns the value of attribute video.
394 395 396 |
# File 'sig/types.rbs', line 394 def video @video end |