Class: Aws::MediaConvert::Types::ServiceOverride

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

Overview

A service override applied by MediaConvert to the settings that you have configured. If you see any overrides, we recommend that you contact AWS Support.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Details about the service override that MediaConvert has applied.

Returns:

  • (String)


12029
12030
12031
12032
12033
12034
12035
12036
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12029

class ServiceOverride < Struct.new(
  :message,
  :name,
  :override_value,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the setting that MediaConvert has applied an override to.

Returns:

  • (String)


12029
12030
12031
12032
12033
12034
12035
12036
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12029

class ServiceOverride < Struct.new(
  :message,
  :name,
  :override_value,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#override_valueString

The current value of the service override that MediaConvert has applied.

Returns:

  • (String)


12029
12030
12031
12032
12033
12034
12035
12036
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12029

class ServiceOverride < Struct.new(
  :message,
  :name,
  :override_value,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value of the setting that you configured, prior to any overrides that MediaConvert has applied.

Returns:

  • (String)


12029
12030
12031
12032
12033
12034
12035
12036
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12029

class ServiceOverride < Struct.new(
  :message,
  :name,
  :override_value,
  :value)
  SENSITIVE = []
  include Aws::Structure
end