Class: Aws::BedrockDataAutomation::Types::VideoStandardOutputConfiguration
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::BedrockDataAutomation::Types::VideoStandardOutputConfiguration
 
- Defined in:
- gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb
Overview
Standard Output Configuration of Video
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #extraction  ⇒ Types::VideoStandardExtraction 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Standard Extraction Configuration of Video. 
- 
  
    
      #generative_field  ⇒ Types::VideoStandardGenerativeField 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Standard Generative Field Configuration of Video. 
Instance Attribute Details
#extraction ⇒ Types::VideoStandardExtraction
Standard Extraction Configuration of Video
| 1678 1679 1680 1681 1682 1683 | # File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1678 class VideoStandardOutputConfiguration < Struct.new( :extraction, :generative_field) SENSITIVE = [] include Aws::Structure end | 
#generative_field ⇒ Types::VideoStandardGenerativeField
Standard Generative Field Configuration of Video
| 1678 1679 1680 1681 1682 1683 | # File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1678 class VideoStandardOutputConfiguration < Struct.new( :extraction, :generative_field) SENSITIVE = [] include Aws::Structure end |