Class: Aws::MediaLive::Types::FrameCaptureS3Settings

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb

Overview

Frame Capture S3 Settings

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#canned_aclString

Specify the canned ACL to apply to each S3 request. Defaults to none.

Returns:

  • (String)


4721
4722
4723
4724
4725
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 4721

class FrameCaptureS3Settings < Struct.new(
  :canned_acl)
  SENSITIVE = []
  include Aws::Structure
end