Class: Aws::Types::CreateChannelRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateChannelRequest
- 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.
-
#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.
-
#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.
212 213 214 |
# File 'sig/types.rbs', line 212 def ad_configuration_arn @ad_configuration_arn end |
#authorized ⇒ Boolean
Returns the value of attribute authorized.
204 205 206 |
# File 'sig/types.rbs', line 204 def @authorized end |
#container_format ⇒ "TS", "FRAGMENTED_MP4"
Returns the value of attribute container_format.
211 212 213 |
# File 'sig/types.rbs', line 211 def container_format @container_format end |
#insecure_ingest ⇒ Boolean
Returns the value of attribute insecure_ingest.
207 208 209 |
# File 'sig/types.rbs', line 207 def insecure_ingest @insecure_ingest end |
#latency_mode ⇒ "NORMAL", "LOW"
Returns the value of attribute latency_mode.
202 203 204 |
# File 'sig/types.rbs', line 202 def latency_mode @latency_mode end |
#multitrack_input_configuration ⇒ Types::MultitrackInputConfiguration
Returns the value of attribute multitrack_input_configuration.
210 211 212 |
# File 'sig/types.rbs', line 210 def multitrack_input_configuration @multitrack_input_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
201 202 203 |
# File 'sig/types.rbs', line 201 def name @name end |
#playback_restriction_policy_arn ⇒ ::String
Returns the value of attribute playback_restriction_policy_arn.
209 210 211 |
# File 'sig/types.rbs', line 209 def playback_restriction_policy_arn @playback_restriction_policy_arn end |
#preset ⇒ "HIGHER_BANDWIDTH_DELIVERY", "CONSTRAINED_BANDWIDTH_DELIVERY"
Returns the value of attribute preset.
208 209 210 |
# File 'sig/types.rbs', line 208 def preset @preset end |
#recording_configuration_arn ⇒ ::String
Returns the value of attribute recording_configuration_arn.
205 206 207 |
# File 'sig/types.rbs', line 205 def recording_configuration_arn @recording_configuration_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
206 207 208 |
# File 'sig/types.rbs', line 206 def @tags end |
#type ⇒ "BASIC", ...
Returns the value of attribute type.
203 204 205 |
# File 'sig/types.rbs', line 203 def type @type end |