Class: Aws::MediaLive::Types::FrameCaptureS3Settings
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::FrameCaptureS3Settings
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
Frame Capture S3 Settings
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #canned_acl  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specify the canned ACL to apply to each S3 request.
 
Instance Attribute Details
#canned_acl ⇒ String
Specify the canned ACL to apply to each S3 request. Defaults to none.
      4848 4849 4850 4851 4852  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 4848 class FrameCaptureS3Settings < Struct.new( :canned_acl) SENSITIVE = [] include Aws::Structure end  |