Class: Aws::ChimeSDKIdentity::Types::ListAppInstanceAdminsRequest

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


1075
1076
1077
1078
1079
1080
1081
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 1075

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

#max_resultsInteger

The maximum number of administrators that you want to return.

Returns:

  • (Integer)


1075
1076
1077
1078
1079
1080
1081
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 1075

class ListAppInstanceAdminsRequest < Struct.new(
  :app_instance_arn,
  :max_results,
  :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)


1075
1076
1077
1078
1079
1080
1081
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 1075

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