Class: Aws::Types::CreateProgramRequest

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:



260
261
262
# File 'sig/types.rbs', line 260

def ad_breaks
  @ad_breaks
end

#audience_media::Array[Types::AudienceMedia]

Returns the value of attribute audience_media.

Returns:



267
268
269
# File 'sig/types.rbs', line 267

def audience_media
  @audience_media
end

#channel_name::String

Returns the value of attribute channel_name.

Returns:

  • (::String)


261
262
263
# File 'sig/types.rbs', line 261

def channel_name
  @channel_name
end

#live_source_name::String

Returns the value of attribute live_source_name.

Returns:

  • (::String)


262
263
264
# File 'sig/types.rbs', line 262

def live_source_name
  @live_source_name
end

#program_name::String

Returns the value of attribute program_name.

Returns:

  • (::String)


263
264
265
# File 'sig/types.rbs', line 263

def program_name
  @program_name
end

#schedule_configurationTypes::ScheduleConfiguration

Returns the value of attribute schedule_configuration.



264
265
266
# File 'sig/types.rbs', line 264

def schedule_configuration
  @schedule_configuration
end

#source_location_name::String

Returns the value of attribute source_location_name.

Returns:

  • (::String)


265
266
267
# File 'sig/types.rbs', line 265

def source_location_name
  @source_location_name
end

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

Returns the value of attribute tags.

Returns:

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


268
269
270
# File 'sig/types.rbs', line 268

def tags
  @tags
end

#vod_source_name::String

Returns the value of attribute vod_source_name.

Returns:

  • (::String)


266
267
268
# File 'sig/types.rbs', line 266

def vod_source_name
  @vod_source_name
end