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:



1276
1277
1278
# File 'sig/types.rbs', line 1276

def ad_breaks
  @ad_breaks
end

#audience_media::Array[Types::AudienceMedia]

Returns the value of attribute audience_media.

Returns:



1280
1281
1282
# File 'sig/types.rbs', line 1280

def audience_media
  @audience_media
end

#channel_name::String

Returns the value of attribute channel_name.

Returns:

  • (::String)


1277
1278
1279
# File 'sig/types.rbs', line 1277

def channel_name
  @channel_name
end

#program_name::String

Returns the value of attribute program_name.

Returns:

  • (::String)


1278
1279
1280
# File 'sig/types.rbs', line 1278

def program_name
  @program_name
end

#schedule_configurationTypes::UpdateProgramScheduleConfiguration

Returns the value of attribute schedule_configuration.



1279
1280
1281
# File 'sig/types.rbs', line 1279

def schedule_configuration
  @schedule_configuration
end