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

#audiences::Array[::String]

Returns the value of attribute audiences.

Returns:

  • (::Array[::String])


208
209
210
# File 'sig/types.rbs', line 208

def audiences
  @audiences
end

#channel_name::String

Returns the value of attribute channel_name.

Returns:

  • (::String)


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

def channel_name
  @channel_name
end

#filler_slateTypes::SlateSource

Returns the value of attribute filler_slate.

Returns:



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

def filler_slate
  @filler_slate
end

#outputs::Array[Types::RequestOutputItem]

Returns the value of attribute outputs.

Returns:



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

def outputs
  @outputs
end

#playback_mode"LOOP", "LINEAR"

Returns the value of attribute playback_mode.

Returns:

  • ("LOOP", "LINEAR")


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

def playback_mode
  @playback_mode
end

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

Returns the value of attribute tags.

Returns:

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


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

def tags
  @tags
end

#tier"BASIC", "STANDARD"

Returns the value of attribute tier.

Returns:

  • ("BASIC", "STANDARD")


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

def tier
  @tier
end

#time_shift_configurationTypes::TimeShiftConfiguration

Returns the value of attribute time_shift_configuration.



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

def time_shift_configuration
  @time_shift_configuration
end