Class: Aws::MediaLive::Types::ChannelEngineVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::ChannelEngineVersionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#version ⇒ String
The build identifier of the engine version to use for this channel.
Instance Attribute Details
#version ⇒ String
The build identifier of the engine version to use for this channel. Specify ‘DEFAULT’ to reset to the default version.
20906 20907 20908 20909 20910 |
# File 'lib/aws-sdk-medialive/types.rb', line 20906 class ChannelEngineVersionRequest < Struct.new( :version) SENSITIVE = [] include Aws::Structure end |