Class: Aws::Types::CreateProgramResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateProgramResponse
- 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.
286 287 288 |
# File 'sig/types.rbs', line 286 def ad_breaks @ad_breaks end |
#arn ⇒ ::String
Returns the value of attribute arn.
287 288 289 |
# File 'sig/types.rbs', line 287 def arn @arn end |
#audience_media ⇒ ::Array[Types::AudienceMedia]
Returns the value of attribute audience_media.
297 298 299 |
# File 'sig/types.rbs', line 297 def audience_media @audience_media end |
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
288 289 290 |
# File 'sig/types.rbs', line 288 def channel_name @channel_name end |
#clip_range ⇒ Types::ClipRange
Returns the value of attribute clip_range.
295 296 297 |
# File 'sig/types.rbs', line 295 def clip_range @clip_range end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
289 290 291 |
# File 'sig/types.rbs', line 289 def creation_time @creation_time end |
#duration_millis ⇒ ::Integer
Returns the value of attribute duration_millis.
296 297 298 |
# File 'sig/types.rbs', line 296 def duration_millis @duration_millis end |
#live_source_name ⇒ ::String
Returns the value of attribute live_source_name.
290 291 292 |
# File 'sig/types.rbs', line 290 def live_source_name @live_source_name end |
#program_name ⇒ ::String
Returns the value of attribute program_name.
291 292 293 |
# File 'sig/types.rbs', line 291 def program_name @program_name end |
#scheduled_start_time ⇒ ::Time
Returns the value of attribute scheduled_start_time.
292 293 294 |
# File 'sig/types.rbs', line 292 def scheduled_start_time @scheduled_start_time end |
#source_location_name ⇒ ::String
Returns the value of attribute source_location_name.
293 294 295 |
# File 'sig/types.rbs', line 293 def source_location_name @source_location_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
298 299 300 |
# File 'sig/types.rbs', line 298 def @tags end |
#vod_source_name ⇒ ::String
Returns the value of attribute vod_source_name.
294 295 296 |
# File 'sig/types.rbs', line 294 def vod_source_name @vod_source_name end |