Class: Aws::Types::DescribeProgramResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeProgramResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ad_breaks ⇒ ::Array[Types::AdBreak]
Returns the value of attribute ad_breaks.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#audience_media ⇒ ::Array[Types::AudienceMedia]
Returns the value of attribute audience_media.
-
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
-
#clip_range ⇒ Types::ClipRange
Returns the value of attribute clip_range.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#duration_millis ⇒ ::Integer
Returns the value of attribute duration_millis.
-
#live_source_name ⇒ ::String
Returns the value of attribute live_source_name.
-
#program_name ⇒ ::String
Returns the value of attribute program_name.
-
#scheduled_start_time ⇒ ::Time
Returns the value of attribute scheduled_start_time.
-
#source_location_name ⇒ ::String
Returns the value of attribute source_location_name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#vod_source_name ⇒ ::String
Returns the value of attribute vod_source_name.
Instance Attribute Details
#ad_breaks ⇒ ::Array[Types::AdBreak]
Returns the value of attribute ad_breaks.
486 487 488 |
# File 'sig/types.rbs', line 486 def ad_breaks @ad_breaks end |
#arn ⇒ ::String
Returns the value of attribute arn.
487 488 489 |
# File 'sig/types.rbs', line 487 def arn @arn end |
#audience_media ⇒ ::Array[Types::AudienceMedia]
Returns the value of attribute audience_media.
497 498 499 |
# File 'sig/types.rbs', line 497 def audience_media @audience_media end |
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
488 489 490 |
# File 'sig/types.rbs', line 488 def channel_name @channel_name end |
#clip_range ⇒ Types::ClipRange
Returns the value of attribute clip_range.
495 496 497 |
# File 'sig/types.rbs', line 495 def clip_range @clip_range end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
489 490 491 |
# File 'sig/types.rbs', line 489 def creation_time @creation_time end |
#duration_millis ⇒ ::Integer
Returns the value of attribute duration_millis.
496 497 498 |
# File 'sig/types.rbs', line 496 def duration_millis @duration_millis end |
#live_source_name ⇒ ::String
Returns the value of attribute live_source_name.
490 491 492 |
# File 'sig/types.rbs', line 490 def live_source_name @live_source_name end |
#program_name ⇒ ::String
Returns the value of attribute program_name.
491 492 493 |
# File 'sig/types.rbs', line 491 def program_name @program_name end |
#scheduled_start_time ⇒ ::Time
Returns the value of attribute scheduled_start_time.
492 493 494 |
# File 'sig/types.rbs', line 492 def scheduled_start_time @scheduled_start_time end |
#source_location_name ⇒ ::String
Returns the value of attribute source_location_name.
493 494 495 |
# File 'sig/types.rbs', line 493 def source_location_name @source_location_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
498 499 500 |
# File 'sig/types.rbs', line 498 def @tags end |
#vod_source_name ⇒ ::String
Returns the value of attribute vod_source_name.
494 495 496 |
# File 'sig/types.rbs', line 494 def vod_source_name @vod_source_name end |