Class: Aws::Types::UpdateProgramRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ad_breaks::Array[Types::AdBreak]

Returns the value of attribute ad_breaks.

Returns:



1251
1252
1253
# File 'sig/types.rbs', line 1251

def ad_breaks
  @ad_breaks
end

#audience_media::Array[Types::AudienceMedia]

Returns the value of attribute audience_media.

Returns:



1255
1256
1257
# File 'sig/types.rbs', line 1255

def audience_media
  @audience_media
end

#channel_name::String

Returns the value of attribute channel_name.

Returns:

  • (::String)


1252
1253
1254
# File 'sig/types.rbs', line 1252

def channel_name
  @channel_name
end

#program_name::String

Returns the value of attribute program_name.

Returns:

  • (::String)


1253
1254
1255
# File 'sig/types.rbs', line 1253

def program_name
  @program_name
end

#schedule_configurationTypes::UpdateProgramScheduleConfiguration

Returns the value of attribute schedule_configuration.



1254
1255
1256
# File 'sig/types.rbs', line 1254

def schedule_configuration
  @schedule_configuration
end