Class: Aws::Types::IngestConfigurations
- Inherits:
-
Object
- Object
- Aws::Types::IngestConfigurations
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audio_configurations ⇒ ::Array[Types::AudioConfiguration]
Returns the value of attribute audio_configurations.
-
#video_configurations ⇒ ::Array[Types::VideoConfiguration]
Returns the value of attribute video_configurations.
Instance Attribute Details
#audio_configurations ⇒ ::Array[Types::AudioConfiguration]
Returns the value of attribute audio_configurations.
401 402 403 |
# File 'sig/types.rbs', line 401 def audio_configurations @audio_configurations end |
#video_configurations ⇒ ::Array[Types::VideoConfiguration]
Returns the value of attribute video_configurations.
400 401 402 |
# File 'sig/types.rbs', line 400 def video_configurations @video_configurations end |