Class: Aws::MediaLive::Types::ChannelEngineVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::ChannelEngineVersionRequest
- Defined in:
- gems/aws-sdk-medialive/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.
21006 21007 21008 21009 21010 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 21006 class ChannelEngineVersionRequest < Struct.new( :version) SENSITIVE = [] include Aws::Structure end |