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.
8453 8454 8455 |
# File 'sig/types.rbs', line 8453 def audio_extraction_configuration @audio_extraction_configuration end |
#image_extraction_configuration ⇒ Types::ImageExtractionConfiguration
Returns the value of attribute image_extraction_configuration.
8452 8453 8454 |
# File 'sig/types.rbs', line 8452 def image_extraction_configuration @image_extraction_configuration end |
#video_extraction_configuration ⇒ Types::VideoExtractionConfiguration
Returns the value of attribute video_extraction_configuration.
8454 8455 8456 |
# File 'sig/types.rbs', line 8454 def video_extraction_configuration @video_extraction_configuration end |