Class: Aws::Types::ScheduleAdBreak

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)


1061
1062
1063
# File 'sig/types.rbs', line 1061

def approximate_duration_seconds
  @approximate_duration_seconds
end

#approximate_start_time::Time

Returns the value of attribute approximate_start_time.

Returns:

  • (::Time)


1062
1063
1064
# File 'sig/types.rbs', line 1062

def approximate_start_time
  @approximate_start_time
end

#source_location_name::String

Returns the value of attribute source_location_name.

Returns:

  • (::String)


1063
1064
1065
# File 'sig/types.rbs', line 1063

def source_location_name
  @source_location_name
end

#vod_source_name::String

Returns the value of attribute vod_source_name.

Returns:

  • (::String)


1064
1065
1066
# File 'sig/types.rbs', line 1064

def vod_source_name
  @vod_source_name
end