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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/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)


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