Class: Aws::ChimeSDKMessaging::Types::ListSubChannelsRequest

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

#channel_arnString

The ARN of elastic channel.

Returns:

  • (String)


2459
2460
2461
2462
2463
2464
2465
2466
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 2459

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

#chime_bearerString

The AppInstanceUserArn of the user making the API call.

Returns:

  • (String)


2459
2460
2461
2462
2463
2464
2465
2466
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 2459

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

#max_resultsInteger

The maximum number of sub-channels that you want to return.

Returns:

  • (Integer)


2459
2460
2461
2462
2463
2464
2465
2466
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 2459

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

#next_tokenString

The token passed by previous API calls until all requested sub-channels are returned.

Returns:

  • (String)


2459
2460
2461
2462
2463
2464
2465
2466
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 2459

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