Class: Aws::ChimeSDKMessaging::Types::SearchChannelsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:next_token]

Instance Attribute Summary collapse

Instance Attribute Details

#chime_bearerString

The AppInstanceUserArn of the user making the API call.

Returns:

  • (String)


2883
2884
2885
2886
2887
2888
2889
2890
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 2883

class SearchChannelsRequest < Struct.new(
  :chime_bearer,
  :fields,
  :max_results,
  :next_token)
  SENSITIVE = [:next_token]
  include Aws::Structure
end

#fieldsArray<Types::SearchField>

A list of the Field objects in the channel being searched.

Returns:



2883
2884
2885
2886
2887
2888
2889
2890
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 2883

class SearchChannelsRequest < Struct.new(
  :chime_bearer,
  :fields,
  :max_results,
  :next_token)
  SENSITIVE = [:next_token]
  include Aws::Structure
end

#max_resultsInteger

The maximum number of channels that you want returned.

Returns:

  • (Integer)


2883
2884
2885
2886
2887
2888
2889
2890
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 2883

class SearchChannelsRequest < Struct.new(
  :chime_bearer,
  :fields,
  :max_results,
  :next_token)
  SENSITIVE = [:next_token]
  include Aws::Structure
end

#next_tokenString

The token returned from previous API requests until the number of channels is reached.

Returns:

  • (String)


2883
2884
2885
2886
2887
2888
2889
2890
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 2883

class SearchChannelsRequest < Struct.new(
  :chime_bearer,
  :fields,
  :max_results,
  :next_token)
  SENSITIVE = [:next_token]
  include Aws::Structure
end