Class: Aws::Types::UpdateChannelRequest

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)


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.

Returns:

  • (::String)


844
845
846
# File 'sig/types.rbs', line 844

def arn
  @arn
end

#authorizedBoolean

Returns the value of attribute authorized.

Returns:

  • (Boolean)


848
849
850
# File 'sig/types.rbs', line 848

def authorized
  @authorized
end

#container_format"TS", "FRAGMENTED_MP4"

Returns the value of attribute container_format.

Returns:

  • ("TS", "FRAGMENTED_MP4")


854
855
856
# File 'sig/types.rbs', line 854

def container_format
  @container_format
end

#insecure_ingestBoolean

Returns the value of attribute insecure_ingest.

Returns:

  • (Boolean)


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.

Returns:

  • ("NORMAL", "LOW")


846
847
848
# File 'sig/types.rbs', line 846

def latency_mode
  @latency_mode
end

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

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("HIGHER_BANDWIDTH_DELIVERY", "CONSTRAINED_BANDWIDTH_DELIVERY")


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.

Returns:

  • (::String)


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.

Returns:

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


847
848
849
# File 'sig/types.rbs', line 847

def type
  @type
end