Class: Aws::Types::DescribeChannelResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeChannelResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#audiences ⇒ ::Array[::String]
Returns the value of attribute audiences.
-
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
-
#channel_state ⇒ "RUNNING", "STOPPED"
Returns the value of attribute channel_state.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#filler_slate ⇒ Types::SlateSource
Returns the value of attribute filler_slate.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#log_configuration ⇒ Types::LogConfigurationForChannel
Returns the value of attribute log_configuration.
-
#outputs ⇒ ::Array[Types::ResponseOutputItem]
Returns the value of attribute outputs.
-
#playback_mode ⇒ ::String
Returns the value of attribute playback_mode.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#tier ⇒ ::String
Returns the value of attribute tier.
-
#time_shift_configuration ⇒ Types::TimeShiftConfiguration
Returns the value of attribute time_shift_configuration.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
446 447 448 |
# File 'sig/types.rbs', line 446 def arn @arn end |
#audiences ⇒ ::Array[::String]
Returns the value of attribute audiences.
458 459 460 |
# File 'sig/types.rbs', line 458 def audiences @audiences end |
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
447 448 449 |
# File 'sig/types.rbs', line 447 def channel_name @channel_name end |
#channel_state ⇒ "RUNNING", "STOPPED"
Returns the value of attribute channel_state.
448 449 450 |
# File 'sig/types.rbs', line 448 def channel_state @channel_state end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
449 450 451 |
# File 'sig/types.rbs', line 449 def creation_time @creation_time end |
#filler_slate ⇒ Types::SlateSource
Returns the value of attribute filler_slate.
450 451 452 |
# File 'sig/types.rbs', line 450 def filler_slate @filler_slate end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
451 452 453 |
# File 'sig/types.rbs', line 451 def last_modified_time @last_modified_time end |
#log_configuration ⇒ Types::LogConfigurationForChannel
Returns the value of attribute log_configuration.
456 457 458 |
# File 'sig/types.rbs', line 456 def log_configuration @log_configuration end |
#outputs ⇒ ::Array[Types::ResponseOutputItem]
Returns the value of attribute outputs.
452 453 454 |
# File 'sig/types.rbs', line 452 def outputs @outputs end |
#playback_mode ⇒ ::String
Returns the value of attribute playback_mode.
453 454 455 |
# File 'sig/types.rbs', line 453 def playback_mode @playback_mode end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
454 455 456 |
# File 'sig/types.rbs', line 454 def @tags end |
#tier ⇒ ::String
Returns the value of attribute tier.
455 456 457 |
# File 'sig/types.rbs', line 455 def tier @tier end |
#time_shift_configuration ⇒ Types::TimeShiftConfiguration
Returns the value of attribute time_shift_configuration.
457 458 459 |
# File 'sig/types.rbs', line 457 def time_shift_configuration @time_shift_configuration end |