Class: Aws::MediaLive::Types::ArchiveCdnSettings

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

Overview

Archive Cdn Settings

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#archive_s3_settingsTypes::ArchiveS3Settings

Archive S3 Settings



208
209
210
211
212
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 208

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