Class: Aws::Chime::Types::ListAppInstanceAdminsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:next_token]

Instance Attribute Summary collapse

Instance Attribute Details

#app_instance_adminsArray<Types::AppInstanceAdminSummary>

The information for each administrator.

Returns:


4669
4670
4671
4672
4673
4674
4675
# File 'lib/aws-sdk-chime/types.rb', line 4669

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

#app_instance_arnString

The ARN of the `AppInstance`.

Returns:

  • (String)

4669
4670
4671
4672
4673
4674
4675
# File 'lib/aws-sdk-chime/types.rb', line 4669

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

#next_tokenString

The token returned from previous API requests until the number of administrators is reached.

Returns:

  • (String)

4669
4670
4671
4672
4673
4674
4675
# File 'lib/aws-sdk-chime/types.rb', line 4669

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