Class: Aws::Types::CreateChannelRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ad_configuration_arn::String

Returns the value of attribute ad_configuration_arn.

Returns:

  • (::String)


212
213
214
# File 'sig/types.rbs', line 212

def ad_configuration_arn
  @ad_configuration_arn
end

#authorizedBoolean

Returns the value of attribute authorized.

Returns:

  • (Boolean)


204
205
206
# File 'sig/types.rbs', line 204

def authorized
  @authorized
end

#container_format"TS", "FRAGMENTED_MP4"

Returns the value of attribute container_format.

Returns:

  • ("TS", "FRAGMENTED_MP4")


211
212
213
# File 'sig/types.rbs', line 211

def container_format
  @container_format
end

#insecure_ingestBoolean

Returns the value of attribute insecure_ingest.

Returns:

  • (Boolean)


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.

Returns:

  • ("NORMAL", "LOW")


202
203
204
# File 'sig/types.rbs', line 202

def latency_mode
  @latency_mode
end

#multitrack_input_configurationTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("HIGHER_BANDWIDTH_DELIVERY", "CONSTRAINED_BANDWIDTH_DELIVERY")


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.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


206
207
208
# File 'sig/types.rbs', line 206

def tags
  @tags
end

#type"BASIC", ...

Returns the value of attribute type.

Returns:

  • ("BASIC", "STANDARD", "ADVANCED_SD", "ADVANCED_HD")


203
204
205
# File 'sig/types.rbs', line 203

def type
  @type
end