Class: Aws::Types::CreateProgramResponse

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:



273
274
275
# File 'sig/types.rbs', line 273

def ad_breaks
  @ad_breaks
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


274
275
276
# File 'sig/types.rbs', line 274

def arn
  @arn
end

#audience_media::Array[Types::AudienceMedia]

Returns the value of attribute audience_media.

Returns:



284
285
286
# File 'sig/types.rbs', line 284

def audience_media
  @audience_media
end

#channel_name::String

Returns the value of attribute channel_name.

Returns:

  • (::String)


275
276
277
# File 'sig/types.rbs', line 275

def channel_name
  @channel_name
end

#clip_rangeTypes::ClipRange

Returns the value of attribute clip_range.

Returns:



282
283
284
# File 'sig/types.rbs', line 282

def clip_range
  @clip_range
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


276
277
278
# File 'sig/types.rbs', line 276

def creation_time
  @creation_time
end

#duration_millis::Integer

Returns the value of attribute duration_millis.

Returns:

  • (::Integer)


283
284
285
# File 'sig/types.rbs', line 283

def duration_millis
  @duration_millis
end

#live_source_name::String

Returns the value of attribute live_source_name.

Returns:

  • (::String)


277
278
279
# File 'sig/types.rbs', line 277

def live_source_name
  @live_source_name
end

#program_name::String

Returns the value of attribute program_name.

Returns:

  • (::String)


278
279
280
# File 'sig/types.rbs', line 278

def program_name
  @program_name
end

#scheduled_start_time::Time

Returns the value of attribute scheduled_start_time.

Returns:

  • (::Time)


279
280
281
# File 'sig/types.rbs', line 279

def scheduled_start_time
  @scheduled_start_time
end

#source_location_name::String

Returns the value of attribute source_location_name.

Returns:

  • (::String)


280
281
282
# File 'sig/types.rbs', line 280

def source_location_name
  @source_location_name
end

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

Returns the value of attribute tags.

Returns:

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


285
286
287
# File 'sig/types.rbs', line 285

def tags
  @tags
end

#vod_source_name::String

Returns the value of attribute vod_source_name.

Returns:

  • (::String)


281
282
283
# File 'sig/types.rbs', line 281

def vod_source_name
  @vod_source_name
end