Class: Aws::ChimeSDKIdentity::Types::ListAppInstanceUsersResponse

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)


1231
1232
1233
1234
1235
1236
1237
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 1231

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

#app_instance_usersArray<Types::AppInstanceUserSummary>

The information for each requested AppInstanceUser.

Returns:



1231
1232
1233
1234
1235
1236
1237
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 1231

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

#next_tokenString

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

Returns:

  • (String)


1231
1232
1233
1234
1235
1236
1237
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 1231

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