You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Chime::Types::ListChannelsRequestWhen passing ListChannelsRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
app_instance_arn: "ChimeArn", privacy: "PUBLIC", max_results: 1,
next_token: "NextToken",
}
Instance Attribute Summary collapse
The ARN of the app instance.
The maximum number of channels that you want to return.
The token passed by previous API calls until all requested channels are returned.
The privacy setting.
The ARN of the app instance.
#max_results ⇒ IntegerThe maximum number of channels that you want to return.
#next_token ⇒ StringThe token passed by previous API calls until all requested channels are returned.
#privacy ⇒ StringThe privacy setting. PUBLIC
retrieves all the public channels. PRIVATE
retrieves private channels. Only an app instance administrator can retrieve private channels.
Possible values:
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4