Class: Aws::MediaLive::Types::ArchiveCdnSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::ArchiveCdnSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Archive Cdn Settings
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#archive_s3_settings ⇒ Types::ArchiveS3Settings
Archive S3 Settings.
Instance Attribute Details
#archive_s3_settings ⇒ Types::ArchiveS3Settings
Archive S3 Settings
208 209 210 211 212 |
# File 'lib/aws-sdk-medialive/types.rb', line 208 class ArchiveCdnSettings < Struct.new( :archive_s3_settings) SENSITIVE = [] include Aws::Structure end |