Class: Aws::Chime::Types::ListAppInstanceAdminsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ListAppInstanceAdminsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:next_token]
Instance Attribute Summary collapse
-
#app_instance_admins ⇒ Array<Types::AppInstanceAdminSummary>
The information for each administrator.
-
#app_instance_arn ⇒ String
The ARN of the ‘AppInstance`.
-
#next_token ⇒ String
The token returned from previous API requests until the number of administrators is reached.
Instance Attribute Details
#app_instance_admins ⇒ Array<Types::AppInstanceAdminSummary>
The information for each administrator.
4825 4826 4827 4828 4829 4830 4831 |
# File 'lib/aws-sdk-chime/types.rb', line 4825 class ListAppInstanceAdminsResponse < Struct.new( :app_instance_arn, :app_instance_admins, :next_token) SENSITIVE = [:next_token] include Aws::Structure end |
#app_instance_arn ⇒ String
The ARN of the ‘AppInstance`.
4825 4826 4827 4828 4829 4830 4831 |
# File 'lib/aws-sdk-chime/types.rb', line 4825 class ListAppInstanceAdminsResponse < Struct.new( :app_instance_arn, :app_instance_admins, :next_token) SENSITIVE = [:next_token] include Aws::Structure end |
#next_token ⇒ String
The token returned from previous API requests until the number of administrators is reached.
4825 4826 4827 4828 4829 4830 4831 |
# File 'lib/aws-sdk-chime/types.rb', line 4825 class ListAppInstanceAdminsResponse < Struct.new( :app_instance_arn, :app_instance_admins, :next_token) SENSITIVE = [:next_token] include Aws::Structure end |