Class: Aws::Types::UpdateProgramResponse

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:



1260
1261
1262
# File 'sig/types.rbs', line 1260

def ad_breaks
  @ad_breaks
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1261
1262
1263
# File 'sig/types.rbs', line 1261

def arn
  @arn
end

#audience_media::Array[Types::AudienceMedia]

Returns the value of attribute audience_media.

Returns:



1271
1272
1273
# File 'sig/types.rbs', line 1271

def audience_media
  @audience_media
end

#channel_name::String

Returns the value of attribute channel_name.

Returns:

  • (::String)


1262
1263
1264
# File 'sig/types.rbs', line 1262

def channel_name
  @channel_name
end

#clip_rangeTypes::ClipRange

Returns the value of attribute clip_range.

Returns:



1268
1269
1270
# File 'sig/types.rbs', line 1268

def clip_range
  @clip_range
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1263
1264
1265
# File 'sig/types.rbs', line 1263

def creation_time
  @creation_time
end

#duration_millis::Integer

Returns the value of attribute duration_millis.

Returns:

  • (::Integer)


1269
1270
1271
# File 'sig/types.rbs', line 1269

def duration_millis
  @duration_millis
end

#live_source_name::String

Returns the value of attribute live_source_name.

Returns:

  • (::String)


1267
1268
1269
# File 'sig/types.rbs', line 1267

def live_source_name
  @live_source_name
end

#program_name::String

Returns the value of attribute program_name.

Returns:

  • (::String)


1264
1265
1266
# File 'sig/types.rbs', line 1264

def program_name
  @program_name
end

#scheduled_start_time::Time

Returns the value of attribute scheduled_start_time.

Returns:

  • (::Time)


1270
1271
1272
# File 'sig/types.rbs', line 1270

def scheduled_start_time
  @scheduled_start_time
end

#source_location_name::String

Returns the value of attribute source_location_name.

Returns:

  • (::String)


1265
1266
1267
# File 'sig/types.rbs', line 1265

def source_location_name
  @source_location_name
end

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

Returns the value of attribute tags.

Returns:

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


1272
1273
1274
# File 'sig/types.rbs', line 1272

def tags
  @tags
end

#vod_source_name::String

Returns the value of attribute vod_source_name.

Returns:

  • (::String)


1266
1267
1268
# File 'sig/types.rbs', line 1266

def vod_source_name
  @vod_source_name
end