Class: Aws::Types::ScheduleEntry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#approximate_duration_seconds::Integer

Returns the value of attribute approximate_duration_seconds.

Returns:

  • (::Integer)


1075
1076
1077
# File 'sig/types.rbs', line 1075

def approximate_duration_seconds
  @approximate_duration_seconds
end

#approximate_start_time::Time

Returns the value of attribute approximate_start_time.

Returns:

  • (::Time)


1076
1077
1078
# File 'sig/types.rbs', line 1076

def approximate_start_time
  @approximate_start_time
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1077
1078
1079
# File 'sig/types.rbs', line 1077

def arn
  @arn
end

#audiences::Array[::String]

Returns the value of attribute audiences.

Returns:

  • (::Array[::String])


1085
1086
1087
# File 'sig/types.rbs', line 1085

def audiences
  @audiences
end

#channel_name::String

Returns the value of attribute channel_name.

Returns:

  • (::String)


1078
1079
1080
# File 'sig/types.rbs', line 1078

def channel_name
  @channel_name
end

#live_source_name::String

Returns the value of attribute live_source_name.

Returns:

  • (::String)


1079
1080
1081
# File 'sig/types.rbs', line 1079

def live_source_name
  @live_source_name
end

#program_name::String

Returns the value of attribute program_name.

Returns:

  • (::String)


1080
1081
1082
# File 'sig/types.rbs', line 1080

def program_name
  @program_name
end

#schedule_ad_breaks::Array[Types::ScheduleAdBreak]

Returns the value of attribute schedule_ad_breaks.

Returns:



1081
1082
1083
# File 'sig/types.rbs', line 1081

def schedule_ad_breaks
  @schedule_ad_breaks
end

#schedule_entry_type"PROGRAM", ...

Returns the value of attribute schedule_entry_type.

Returns:

  • ("PROGRAM", "FILLER_SLATE", "ALTERNATE_MEDIA")


1082
1083
1084
# File 'sig/types.rbs', line 1082

def schedule_entry_type
  @schedule_entry_type
end

#source_location_name::String

Returns the value of attribute source_location_name.

Returns:

  • (::String)


1083
1084
1085
# File 'sig/types.rbs', line 1083

def source_location_name
  @source_location_name
end

#vod_source_name::String

Returns the value of attribute vod_source_name.

Returns:

  • (::String)


1084
1085
1086
# File 'sig/types.rbs', line 1084

def vod_source_name
  @vod_source_name
end