Class: Aws::AppSync::Types::ListChannelNamespacesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::ListChannelNamespacesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appsync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_namespaces ⇒ Array<Types::ChannelNamespace>
The ‘ChannelNamespace` objects.
-
#next_token ⇒ String
An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.
Instance Attribute Details
#channel_namespaces ⇒ Array<Types::ChannelNamespace>
The ‘ChannelNamespace` objects.
3670 3671 3672 3673 3674 3675 |
# File 'lib/aws-sdk-appsync/types.rb', line 3670 class ListChannelNamespacesResponse < Struct.new( :channel_namespaces, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.
3670 3671 3672 3673 3674 3675 |
# File 'lib/aws-sdk-appsync/types.rb', line 3670 class ListChannelNamespacesResponse < Struct.new( :channel_namespaces, :next_token) SENSITIVE = [] include Aws::Structure end |