Class: Aws::ChimeSDKIdentity::Types::ListAppInstanceBotsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[:next_token]

Instance Attribute Summary collapse

Instance Attribute Details

#app_instance_arnString

The ARN of the AppInstance.

Returns:

  • (String)


1144
1145
1146
1147
1148
1149
1150
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 1144

class ListAppInstanceBotsResponse < Struct.new(
  :app_instance_arn,
  :app_instance_bots,
  :next_token)
  SENSITIVE = [:next_token]
  include Aws::Structure
end

#app_instance_botsArray<Types::AppInstanceBotSummary>

The information for each requested AppInstanceBot.

Returns:



1144
1145
1146
1147
1148
1149
1150
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 1144

class ListAppInstanceBotsResponse < Struct.new(
  :app_instance_arn,
  :app_instance_bots,
  :next_token)
  SENSITIVE = [:next_token]
  include Aws::Structure
end

#next_tokenString

The token passed by previous API calls until all requested bots are returned.

Returns:

  • (String)


1144
1145
1146
1147
1148
1149
1150
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 1144

class ListAppInstanceBotsResponse < Struct.new(
  :app_instance_arn,
  :app_instance_bots,
  :next_token)
  SENSITIVE = [:next_token]
  include Aws::Structure
end