Class: Aws::Types::AlternateMedia

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:



85
86
87
# File 'sig/types.rbs', line 85

def ad_breaks
  @ad_breaks
end

#clip_rangeTypes::ClipRange

Returns the value of attribute clip_range.

Returns:



83
84
85
# File 'sig/types.rbs', line 83

def clip_range
  @clip_range
end

#duration_millis::Integer

Returns the value of attribute duration_millis.

Returns:

  • (::Integer)


86
87
88
# File 'sig/types.rbs', line 86

def duration_millis
  @duration_millis
end

#live_source_name::String

Returns the value of attribute live_source_name.

Returns:

  • (::String)


81
82
83
# File 'sig/types.rbs', line 81

def live_source_name
  @live_source_name
end

#scheduled_start_time_millis::Integer

Returns the value of attribute scheduled_start_time_millis.

Returns:

  • (::Integer)


84
85
86
# File 'sig/types.rbs', line 84

def scheduled_start_time_millis
  @scheduled_start_time_millis
end

#source_location_name::String

Returns the value of attribute source_location_name.

Returns:

  • (::String)


80
81
82
# File 'sig/types.rbs', line 80

def source_location_name
  @source_location_name
end

#vod_source_name::String

Returns the value of attribute vod_source_name.

Returns:

  • (::String)


82
83
84
# File 'sig/types.rbs', line 82

def vod_source_name
  @vod_source_name
end