Class: Aws::Chatbot::Types::ListTeamsChannelConfigurationsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

Returns:

  • (Integer)


973
974
975
976
977
978
979
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 973

class ListTeamsChannelConfigurationsRequest < Struct.new(
  :max_results,
  :next_token,
  :team_id)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

Returns:

  • (String)


973
974
975
976
977
978
979
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 973

class ListTeamsChannelConfigurationsRequest < Struct.new(
  :max_results,
  :next_token,
  :team_id)
  SENSITIVE = []
  include Aws::Structure
end

#team_idString

The ID of the Microsoft Team authorized with AWS Chatbot. To get the team ID, you must perform the initial authorization flow with Microsoft Teams in the AWS Chatbot console. Then you can copy and paste the team ID from the console. For more details, see steps 1-4 in Get started with Microsoft Teams in the AWS Chatbot Administrator Guide.

Returns:

  • (String)


973
974
975
976
977
978
979
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 973

class ListTeamsChannelConfigurationsRequest < Struct.new(
  :max_results,
  :next_token,
  :team_id)
  SENSITIVE = []
  include Aws::Structure
end