Class: Aws::ChimeSDKMessaging::Types::ListSubChannelsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::ListSubChannelsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:next_token]
Instance Attribute Summary collapse
-
#channel_arn ⇒ String
The ARN of elastic channel.
-
#next_token ⇒ String
The token passed by previous API calls until all requested sub-channels are returned.
-
#sub_channels ⇒ Array<Types::SubChannelSummary>
The information about each sub-channel.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of elastic channel.
2483 2484 2485 2486 2487 2488 2489 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2483 class ListSubChannelsResponse < Struct.new( :channel_arn, :sub_channels, :next_token) SENSITIVE = [:next_token] include Aws::Structure end |
#next_token ⇒ String
The token passed by previous API calls until all requested sub-channels are returned.
2483 2484 2485 2486 2487 2488 2489 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2483 class ListSubChannelsResponse < Struct.new( :channel_arn, :sub_channels, :next_token) SENSITIVE = [:next_token] include Aws::Structure end |
#sub_channels ⇒ Array<Types::SubChannelSummary>
The information about each sub-channel.
2483 2484 2485 2486 2487 2488 2489 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2483 class ListSubChannelsResponse < Struct.new( :channel_arn, :sub_channels, :next_token) SENSITIVE = [:next_token] include Aws::Structure end |