Class: Aws::Chime::Types::ListAppInstanceUsersResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/lib/aws-sdk-chime/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)


4871
4872
4873
4874
4875
4876
4877
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 4871

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:



4871
4872
4873
4874
4875
4876
4877
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 4871

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)


4871
4872
4873
4874
4875
4876
4877
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 4871

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