Class: Aws::Chime::Types::ListAppInstanceUsersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ListAppInstanceUsersResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:next_token]
Instance Attribute Summary collapse
-
#app_instance_arn ⇒ String
The ARN of the ‘AppInstance`.
-
#app_instance_users ⇒ Array<Types::AppInstanceUserSummary>
The information for each requested ‘AppInstanceUser`.
-
#next_token ⇒ String
The token passed by previous API calls until all requested users are returned.
Instance Attribute Details
#app_instance_arn ⇒ String
The ARN of the ‘AppInstance`.
4871 4872 4873 4874 4875 4876 4877 |
# File '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_users ⇒ Array<Types::AppInstanceUserSummary>
The information for each requested ‘AppInstanceUser`.
4871 4872 4873 4874 4875 4876 4877 |
# File '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_token ⇒ String
The token passed by previous API calls until all requested users are returned.
4871 4872 4873 4874 4875 4876 4877 |
# File '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 |