Class: Aws::Types::ListChannelNamespacesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListChannelNamespacesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_namespaces ⇒ ::Array[Types::ChannelNamespace]
Returns the value of attribute channel_namespaces.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#channel_namespaces ⇒ ::Array[Types::ChannelNamespace]
Returns the value of attribute channel_namespaces.
976 977 978 |
# File 'sig/types.rbs', line 976 def channel_namespaces @channel_namespaces end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
977 978 979 |
# File 'sig/types.rbs', line 977 def next_token @next_token end |