Class: Aws::MediaLive::Types::HlsS3Settings

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

Overview

Hls 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)


6180
6181
6182
6183
6184
# File 'lib/aws-sdk-medialive/types.rb', line 6180

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