Class: Aws::ChimeSDKMessaging::Types::SearchChannelsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::SearchChannelsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:next_token]
Instance Attribute Summary collapse
-
#chime_bearer ⇒ String
The ‘AppInstanceUserArn` of the user making the API call.
-
#fields ⇒ Array<Types::SearchField>
A list of the ‘Field` objects in the channel being searched.
-
#max_results ⇒ Integer
The maximum number of channels that you want returned.
-
#next_token ⇒ String
The token returned from previous API requests until the number of channels is reached.
Instance Attribute Details
#chime_bearer ⇒ String
The ‘AppInstanceUserArn` of the user making the API call.
2875 2876 2877 2878 2879 2880 2881 2882 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2875 class SearchChannelsRequest < Struct.new( :chime_bearer, :fields, :max_results, :next_token) SENSITIVE = [:next_token] include Aws::Structure end |
#fields ⇒ Array<Types::SearchField>
A list of the ‘Field` objects in the channel being searched.
2875 2876 2877 2878 2879 2880 2881 2882 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2875 class SearchChannelsRequest < Struct.new( :chime_bearer, :fields, :max_results, :next_token) SENSITIVE = [:next_token] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of channels that you want returned.
2875 2876 2877 2878 2879 2880 2881 2882 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2875 class SearchChannelsRequest < Struct.new( :chime_bearer, :fields, :max_results, :next_token) SENSITIVE = [:next_token] include Aws::Structure end |
#next_token ⇒ String
The token returned from previous API requests until the number of channels is reached.
2875 2876 2877 2878 2879 2880 2881 2882 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2875 class SearchChannelsRequest < Struct.new( :chime_bearer, :fields, :max_results, :next_token) SENSITIVE = [:next_token] include Aws::Structure end |