Class: Aws::Types::Channel

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)


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.

Returns:

  • (::String)


127
128
129
# File 'sig/types.rbs', line 127

def arn
  @arn
end

#authorizedBoolean

Returns the value of attribute authorized.

Returns:

  • (Boolean)


134
135
136
# File 'sig/types.rbs', line 134

def authorized
  @authorized
end

#container_format"TS", "FRAGMENTED_MP4"

Returns the value of attribute container_format.

Returns:

  • ("TS", "FRAGMENTED_MP4")


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.

Returns:

  • (::String)


132
133
134
# File 'sig/types.rbs', line 132

def ingest_endpoint
  @ingest_endpoint
end

#insecure_ingestBoolean

Returns the value of attribute insecure_ingest.

Returns:

  • (Boolean)


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.

Returns:

  • ("NORMAL", "LOW")


129
130
131
# File 'sig/types.rbs', line 129

def latency_mode
  @latency_mode
end

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

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("HIGHER_BANDWIDTH_DELIVERY", "CONSTRAINED_BANDWIDTH_DELIVERY")


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.

Returns:

  • (::String)


131
132
133
# File 'sig/types.rbs', line 131

def recording_configuration_arn
  @recording_configuration_arn
end

#srtTypes::Srt

Returns the value of attribute srt.

Returns:



138
139
140
# File 'sig/types.rbs', line 138

def srt
  @srt
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


135
136
137
# File 'sig/types.rbs', line 135

def tags
  @tags
end

#type"BASIC", ...

Returns the value of attribute type.

Returns:

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


130
131
132
# File 'sig/types.rbs', line 130

def type
  @type
end