Class: Aws::MediaLive::Types::ChannelEngineVersionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#versionString

The build identifier of the engine version to use for this channel. Specify ‘DEFAULT’ to reset to the default version.

Returns:

  • (String)


20934
20935
20936
20937
20938
# File 'lib/aws-sdk-medialive/types.rb', line 20934

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