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

#audiences::Array[::String]

Returns the value of attribute audiences.

Returns:

  • (::Array[::String])


1212
1213
1214
# File 'sig/types.rbs', line 1212

def audiences
  @audiences
end

#channel_name::String

Returns the value of attribute channel_name.

Returns:

  • (::String)


1208
1209
1210
# File 'sig/types.rbs', line 1208

def channel_name
  @channel_name
end

#filler_slateTypes::SlateSource

Returns the value of attribute filler_slate.

Returns:



1209
1210
1211
# File 'sig/types.rbs', line 1209

def filler_slate
  @filler_slate
end

#outputs::Array[Types::RequestOutputItem]

Returns the value of attribute outputs.

Returns:



1210
1211
1212
# File 'sig/types.rbs', line 1210

def outputs
  @outputs
end

#time_shift_configurationTypes::TimeShiftConfiguration

Returns the value of attribute time_shift_configuration.



1211
1212
1213
# File 'sig/types.rbs', line 1211

def time_shift_configuration
  @time_shift_configuration
end