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


1237
1238
1239
# File 'sig/types.rbs', line 1237

def audiences
  @audiences
end

#channel_name::String

Returns the value of attribute channel_name.

Returns:

  • (::String)


1233
1234
1235
# File 'sig/types.rbs', line 1233

def channel_name
  @channel_name
end

#filler_slateTypes::SlateSource

Returns the value of attribute filler_slate.

Returns:



1234
1235
1236
# File 'sig/types.rbs', line 1234

def filler_slate
  @filler_slate
end

#outputs::Array[Types::RequestOutputItem]

Returns the value of attribute outputs.

Returns:



1235
1236
1237
# File 'sig/types.rbs', line 1235

def outputs
  @outputs
end

#time_shift_configurationTypes::TimeShiftConfiguration

Returns the value of attribute time_shift_configuration.



1236
1237
1238
# File 'sig/types.rbs', line 1236

def time_shift_configuration
  @time_shift_configuration
end