Class: Aws::Chime::Types::ListAppInstanceAdminsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ListAppInstanceAdminsRequest
- 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`.
-
#max_results ⇒ Integer
The maximum number of administrators that you want to return.
-
#next_token ⇒ String
The token returned from previous API requests until the number of administrators is reached.
Instance Attribute Details
#app_instance_arn ⇒ String
The ARN of the ‘AppInstance`.
4802 4803 4804 4805 4806 4807 4808 |
# File 'lib/aws-sdk-chime/types.rb', line 4802 class ListAppInstanceAdminsRequest < Struct.new( :app_instance_arn, :max_results, :next_token) SENSITIVE = [:next_token] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of administrators that you want to return.
4802 4803 4804 4805 4806 4807 4808 |
# File 'lib/aws-sdk-chime/types.rb', line 4802 class ListAppInstanceAdminsRequest < Struct.new( :app_instance_arn, :max_results, :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.
4802 4803 4804 4805 4806 4807 4808 |
# File 'lib/aws-sdk-chime/types.rb', line 4802 class ListAppInstanceAdminsRequest < Struct.new( :app_instance_arn, :max_results, :next_token) SENSITIVE = [:next_token] include Aws::Structure end |