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.
127 128 129 |
# File 'sig/types.rbs', line 127 def arn @arn end |
#audiences ⇒ ::Array[::String]
Returns the value of attribute audiences.
138 139 140 |
# File 'sig/types.rbs', line 138 def audiences @audiences end |
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
128 129 130 |
# File 'sig/types.rbs', line 128 def channel_name @channel_name end |
#channel_state ⇒ ::String
Returns the value of attribute channel_state.
129 130 131 |
# File 'sig/types.rbs', line 129 def channel_state @channel_state end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
130 131 132 |
# File 'sig/types.rbs', line 130 def creation_time @creation_time end |
#filler_slate ⇒ Types::SlateSource
Returns the value of attribute filler_slate.
131 132 133 |
# File 'sig/types.rbs', line 131 def filler_slate @filler_slate end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
132 133 134 |
# File 'sig/types.rbs', line 132 def last_modified_time @last_modified_time end |
#log_configuration ⇒ Types::LogConfigurationForChannel
Returns the value of attribute log_configuration.
137 138 139 |
# File 'sig/types.rbs', line 137 def log_configuration @log_configuration end |
#outputs ⇒ ::Array[Types::ResponseOutputItem]
Returns the value of attribute outputs.
133 134 135 |
# File 'sig/types.rbs', line 133 def outputs @outputs end |
#playback_mode ⇒ ::String
Returns the value of attribute playback_mode.
134 135 136 |
# File 'sig/types.rbs', line 134 def playback_mode @playback_mode end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
135 136 137 |
# File 'sig/types.rbs', line 135 def @tags end |
#tier ⇒ ::String
Returns the value of attribute tier.
136 137 138 |
# File 'sig/types.rbs', line 136 def tier @tier end |