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.
1934 1935 1936 |
# File 'sig/types.rbs', line 1934 def audio_extraction_configuration @audio_extraction_configuration end |
#image_extraction_configuration ⇒ Types::ImageExtractionConfiguration
Returns the value of attribute image_extraction_configuration.
1933 1934 1935 |
# File 'sig/types.rbs', line 1933 def image_extraction_configuration @image_extraction_configuration end |
#video_extraction_configuration ⇒ Types::VideoExtractionConfiguration
Returns the value of attribute video_extraction_configuration.
1935 1936 1937 |
# File 'sig/types.rbs', line 1935 def video_extraction_configuration @video_extraction_configuration end |