Class: Aws::MediaConvert::Types::ServiceOverride
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::ServiceOverride
- 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
-
#message ⇒ String
Details about the service override that MediaConvert has applied.
-
#name ⇒ String
The name of the setting that MediaConvert has applied an override to.
-
#override_value ⇒ String
The current value of the service override that MediaConvert has applied.
-
#value ⇒ String
The value of the setting that you configured, prior to any overrides that MediaConvert has applied.
Instance Attribute Details
#message ⇒ String
Details about the service override that MediaConvert has applied.
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 |
#name ⇒ String
The name of the setting that MediaConvert has applied an override to.
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_value ⇒ String
The current value of the service override that MediaConvert has applied.
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 |
#value ⇒ String
The value of the setting that you configured, prior to any overrides that MediaConvert has applied.
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 |