Class: Aws::MediaLive::Types::ArchiveOutputSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::ArchiveOutputSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Archive Output Settings
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#container_settings ⇒ Types::ArchiveContainerSettings
Settings specific to the container type of the file.
-
#extension ⇒ String
Output file extension.
-
#name_modifier ⇒ String
String concatenated to the end of the destination filename.
Instance Attribute Details
#container_settings ⇒ Types::ArchiveContainerSettings
Settings specific to the container type of the file.
276 277 278 279 280 281 282 |
# File 'lib/aws-sdk-medialive/types.rb', line 276 class ArchiveOutputSettings < Struct.new( :container_settings, :extension, :name_modifier) SENSITIVE = [] include Aws::Structure end |
#extension ⇒ String
Output file extension. If excluded, this will be auto-selected from the container type.
276 277 278 279 280 281 282 |
# File 'lib/aws-sdk-medialive/types.rb', line 276 class ArchiveOutputSettings < Struct.new( :container_settings, :extension, :name_modifier) SENSITIVE = [] include Aws::Structure end |
#name_modifier ⇒ String
String concatenated to the end of the destination filename. Required for multiple outputs of the same type.
276 277 278 279 280 281 282 |
# File 'lib/aws-sdk-medialive/types.rb', line 276 class ArchiveOutputSettings < Struct.new( :container_settings, :extension, :name_modifier) SENSITIVE = [] include Aws::Structure end |