Class: Aws::Types::MediaExtractionConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::MediaExtractionConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audio_extraction_configuration ⇒ Types::AudioExtractionConfiguration
Returns the value of attribute audio_extraction_configuration.
-
#image_extraction_configuration ⇒ Types::ImageExtractionConfiguration
Returns the value of attribute image_extraction_configuration.
-
#video_extraction_configuration ⇒ Types::VideoExtractionConfiguration
Returns the value of attribute video_extraction_configuration.
Instance Attribute Details
#audio_extraction_configuration ⇒ Types::AudioExtractionConfiguration
Returns the value of attribute audio_extraction_configuration.
8114 8115 8116 |
# File 'sig/types.rbs', line 8114 def audio_extraction_configuration @audio_extraction_configuration end |
#image_extraction_configuration ⇒ Types::ImageExtractionConfiguration
Returns the value of attribute image_extraction_configuration.
8113 8114 8115 |
# File 'sig/types.rbs', line 8113 def image_extraction_configuration @image_extraction_configuration end |
#video_extraction_configuration ⇒ Types::VideoExtractionConfiguration
Returns the value of attribute video_extraction_configuration.
8115 8116 8117 |
# File 'sig/types.rbs', line 8115 def video_extraction_configuration @video_extraction_configuration end |