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)


20906
20907
20908
20909
20910
# File 'lib/aws-sdk-medialive/types.rb', line 20906

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