Class: Aws::Types::UpdateChannelRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateChannelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ad_configuration_arn ⇒ ::String
Returns the value of attribute ad_configuration_arn.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#authorized ⇒ Boolean
Returns the value of attribute authorized.
-
#container_format ⇒ "TS", "FRAGMENTED_MP4"
Returns the value of attribute container_format.
-
#insecure_ingest ⇒ Boolean
Returns the value of attribute insecure_ingest.
-
#latency_mode ⇒ "NORMAL", "LOW"
Returns the value of attribute latency_mode.
-
#multitrack_input_configuration ⇒ Types::MultitrackInputConfiguration
Returns the value of attribute multitrack_input_configuration.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#playback_restriction_policy_arn ⇒ ::String
Returns the value of attribute playback_restriction_policy_arn.
-
#preset ⇒ "HIGHER_BANDWIDTH_DELIVERY", "CONSTRAINED_BANDWIDTH_DELIVERY"
Returns the value of attribute preset.
-
#recording_configuration_arn ⇒ ::String
Returns the value of attribute recording_configuration_arn.
-
#type ⇒ "BASIC", ...
Returns the value of attribute type.
Instance Attribute Details
#ad_configuration_arn ⇒ ::String
Returns the value of attribute ad_configuration_arn.
855 856 857 |
# File 'sig/types.rbs', line 855 def ad_configuration_arn @ad_configuration_arn end |
#arn ⇒ ::String
Returns the value of attribute arn.
844 845 846 |
# File 'sig/types.rbs', line 844 def arn @arn end |
#authorized ⇒ Boolean
Returns the value of attribute authorized.
848 849 850 |
# File 'sig/types.rbs', line 848 def end |
#container_format ⇒ "TS", "FRAGMENTED_MP4"
Returns the value of attribute container_format.
854 855 856 |
# File 'sig/types.rbs', line 854 def container_format @container_format end |
#insecure_ingest ⇒ Boolean
Returns the value of attribute insecure_ingest.
850 851 852 |
# File 'sig/types.rbs', line 850 def insecure_ingest @insecure_ingest end |
#latency_mode ⇒ "NORMAL", "LOW"
Returns the value of attribute latency_mode.
846 847 848 |
# File 'sig/types.rbs', line 846 def latency_mode @latency_mode end |
#multitrack_input_configuration ⇒ Types::MultitrackInputConfiguration
Returns the value of attribute multitrack_input_configuration.
853 854 855 |
# File 'sig/types.rbs', line 853 def multitrack_input_configuration @multitrack_input_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
845 846 847 |
# File 'sig/types.rbs', line 845 def name @name end |
#playback_restriction_policy_arn ⇒ ::String
Returns the value of attribute playback_restriction_policy_arn.
852 853 854 |
# File 'sig/types.rbs', line 852 def playback_restriction_policy_arn @playback_restriction_policy_arn end |
#preset ⇒ "HIGHER_BANDWIDTH_DELIVERY", "CONSTRAINED_BANDWIDTH_DELIVERY"
Returns the value of attribute preset.
851 852 853 |
# File 'sig/types.rbs', line 851 def preset @preset end |
#recording_configuration_arn ⇒ ::String
Returns the value of attribute recording_configuration_arn.
849 850 851 |
# File 'sig/types.rbs', line 849 def recording_configuration_arn @recording_configuration_arn end |
#type ⇒ "BASIC", ...
Returns the value of attribute type.
847 848 849 |
# File 'sig/types.rbs', line 847 def type @type end |