Class: Aws::Types::Channel
- Inherits:
-
Object
- Object
- Aws::Types::Channel
- 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 ⇒ ::String
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.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
140 141 142 |
# File 'sig/types.rbs', line 140 def arn @arn end |
#audiences ⇒ ::Array[::String]
Returns the value of attribute audiences.
151 152 153 |
# File 'sig/types.rbs', line 151 def audiences @audiences end |
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
141 142 143 |
# File 'sig/types.rbs', line 141 def channel_name @channel_name end |
#channel_state ⇒ ::String
Returns the value of attribute channel_state.
142 143 144 |
# File 'sig/types.rbs', line 142 def channel_state @channel_state end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
143 144 145 |
# File 'sig/types.rbs', line 143 def creation_time @creation_time end |
#filler_slate ⇒ Types::SlateSource
Returns the value of attribute filler_slate.
144 145 146 |
# File 'sig/types.rbs', line 144 def filler_slate @filler_slate end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
145 146 147 |
# File 'sig/types.rbs', line 145 def last_modified_time @last_modified_time end |
#log_configuration ⇒ Types::LogConfigurationForChannel
Returns the value of attribute log_configuration.
150 151 152 |
# File 'sig/types.rbs', line 150 def log_configuration @log_configuration end |
#outputs ⇒ ::Array[Types::ResponseOutputItem]
Returns the value of attribute outputs.
146 147 148 |
# File 'sig/types.rbs', line 146 def outputs @outputs end |
#playback_mode ⇒ ::String
Returns the value of attribute playback_mode.
147 148 149 |
# File 'sig/types.rbs', line 147 def playback_mode @playback_mode end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
148 149 150 |
# File 'sig/types.rbs', line 148 def end |
#tier ⇒ ::String
Returns the value of attribute tier.
149 150 151 |
# File 'sig/types.rbs', line 149 def tier @tier end |