Class: Aws::Types::Channel
- Inherits:
-
Object
- Object
- Aws::Types::Channel
- 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.
-
#ingest_endpoint ⇒ ::String
Returns the value of attribute ingest_endpoint.
-
#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.
-
#playback_url ⇒ ::String
Returns the value of attribute playback_url.
-
#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.
-
#srt ⇒ Types::Srt
Returns the value of attribute srt.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#type ⇒ "BASIC", ...
Returns the value of attribute type.
Instance Attribute Details
#ad_configuration_arn ⇒ ::String
Returns the value of attribute ad_configuration_arn.
142 143 144 |
# File 'sig/types.rbs', line 142 def ad_configuration_arn @ad_configuration_arn end |
#arn ⇒ ::String
Returns the value of attribute arn.
127 128 129 |
# File 'sig/types.rbs', line 127 def arn @arn end |
#authorized ⇒ Boolean
Returns the value of attribute authorized.
134 135 136 |
# File 'sig/types.rbs', line 134 def @authorized end |
#container_format ⇒ "TS", "FRAGMENTED_MP4"
Returns the value of attribute container_format.
141 142 143 |
# File 'sig/types.rbs', line 141 def container_format @container_format end |
#ingest_endpoint ⇒ ::String
Returns the value of attribute ingest_endpoint.
132 133 134 |
# File 'sig/types.rbs', line 132 def ingest_endpoint @ingest_endpoint end |
#insecure_ingest ⇒ Boolean
Returns the value of attribute insecure_ingest.
136 137 138 |
# File 'sig/types.rbs', line 136 def insecure_ingest @insecure_ingest end |
#latency_mode ⇒ "NORMAL", "LOW"
Returns the value of attribute latency_mode.
129 130 131 |
# File 'sig/types.rbs', line 129 def latency_mode @latency_mode end |
#multitrack_input_configuration ⇒ Types::MultitrackInputConfiguration
Returns the value of attribute multitrack_input_configuration.
140 141 142 |
# File 'sig/types.rbs', line 140 def multitrack_input_configuration @multitrack_input_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
128 129 130 |
# File 'sig/types.rbs', line 128 def name @name end |
#playback_restriction_policy_arn ⇒ ::String
Returns the value of attribute playback_restriction_policy_arn.
139 140 141 |
# File 'sig/types.rbs', line 139 def playback_restriction_policy_arn @playback_restriction_policy_arn end |
#playback_url ⇒ ::String
Returns the value of attribute playback_url.
133 134 135 |
# File 'sig/types.rbs', line 133 def playback_url @playback_url end |
#preset ⇒ "HIGHER_BANDWIDTH_DELIVERY", "CONSTRAINED_BANDWIDTH_DELIVERY"
Returns the value of attribute preset.
137 138 139 |
# File 'sig/types.rbs', line 137 def preset @preset end |
#recording_configuration_arn ⇒ ::String
Returns the value of attribute recording_configuration_arn.
131 132 133 |
# File 'sig/types.rbs', line 131 def recording_configuration_arn @recording_configuration_arn end |
#srt ⇒ Types::Srt
Returns the value of attribute srt.
138 139 140 |
# File 'sig/types.rbs', line 138 def srt @srt end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
135 136 137 |
# File 'sig/types.rbs', line 135 def @tags end |
#type ⇒ "BASIC", ...
Returns the value of attribute type.
130 131 132 |
# File 'sig/types.rbs', line 130 def type @type end |