Class: Aws::Types::ChannelList
- Inherits:
-
Object
- Object
- Aws::Types::ChannelList
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channels ⇒ ::Array[Types::Channel]
Returns the value of attribute channels.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#channels ⇒ ::Array[Types::Channel]
Returns the value of attribute channels.
37 38 39 |
# File 'sig/types.rbs', line 37 def channels @channels end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
38 39 40 |
# File 'sig/types.rbs', line 38 def next_token @next_token end |