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:



1100
1101
1102
# File 'sig/types.rbs', line 1100

def approximate_duration_seconds
  @approximate_duration_seconds
end

#approximate_start_time::Time

Returns the value of attribute approximate_start_time.

Returns:



1101
1102
1103
# File 'sig/types.rbs', line 1101

def approximate_start_time
  @approximate_start_time
end

#arn::String

Returns the value of attribute arn.

Returns:



1102
1103
1104
# File 'sig/types.rbs', line 1102

def arn
  @arn
end

#audiences::Array[::String]

Returns the value of attribute audiences.

Returns:



1110
1111
1112
# File 'sig/types.rbs', line 1110

def audiences
  @audiences
end

#channel_name::String

Returns the value of attribute channel_name.

Returns:



1103
1104
1105
# File 'sig/types.rbs', line 1103

def channel_name
  @channel_name
end

#live_source_name::String

Returns the value of attribute live_source_name.

Returns:



1104
1105
1106
# File 'sig/types.rbs', line 1104

def live_source_name
  @live_source_name
end

#program_name::String

Returns the value of attribute program_name.

Returns:



1105
1106
1107
# File 'sig/types.rbs', line 1105

def program_name
  @program_name
end

#schedule_ad_breaks::Array[Types::ScheduleAdBreak]

Returns the value of attribute schedule_ad_breaks.

Returns:



1106
1107
1108
# File 'sig/types.rbs', line 1106

def schedule_ad_breaks
  @schedule_ad_breaks
end

#schedule_entry_type"PROGRAM", ...

Returns the value of attribute schedule_entry_type.

Returns:



1107
1108
1109
# File 'sig/types.rbs', line 1107

def schedule_entry_type
  @schedule_entry_type
end

#source_location_name::String

Returns the value of attribute source_location_name.

Returns:



1108
1109
1110
# File 'sig/types.rbs', line 1108

def source_location_name
  @source_location_name
end

#vod_source_name::String

Returns the value of attribute vod_source_name.

Returns:



1109
1110
1111
# File 'sig/types.rbs', line 1109

def vod_source_name
  @vod_source_name
end