Class: Aws::Types::ChannelSummary

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)


170
171
172
# File 'sig/types.rbs', line 170

def ad_configuration_arn
  @ad_configuration_arn
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


160
161
162
# File 'sig/types.rbs', line 160

def arn
  @arn
end

#authorizedBoolean

Returns the value of attribute authorized.

Returns:

  • (Boolean)


163
164
165
# File 'sig/types.rbs', line 163

def authorized
  @authorized
end

#insecure_ingestBoolean

Returns the value of attribute insecure_ingest.

Returns:

  • (Boolean)


166
167
168
# File 'sig/types.rbs', line 166

def insecure_ingest
  @insecure_ingest
end

#latency_mode"NORMAL", "LOW"

Returns the value of attribute latency_mode.

Returns:

  • ("NORMAL", "LOW")


162
163
164
# File 'sig/types.rbs', line 162

def latency_mode
  @latency_mode
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


161
162
163
# File 'sig/types.rbs', line 161

def name
  @name
end

#playback_restriction_policy_arn::String

Returns the value of attribute playback_restriction_policy_arn.

Returns:

  • (::String)


169
170
171
# File 'sig/types.rbs', line 169

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")


168
169
170
# File 'sig/types.rbs', line 168

def preset
  @preset
end

#recording_configuration_arn::String

Returns the value of attribute recording_configuration_arn.

Returns:

  • (::String)


164
165
166
# File 'sig/types.rbs', line 164

def recording_configuration_arn
  @recording_configuration_arn
end

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

Returns the value of attribute tags.

Returns:

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


165
166
167
# File 'sig/types.rbs', line 165

def tags
  @tags
end

#type"BASIC", ...

Returns the value of attribute type.

Returns:

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


167
168
169
# File 'sig/types.rbs', line 167

def type
  @type
end