Class: Aws::ChimeSDKIdentity::Types::ListAppInstanceUsersRequest

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)


1208
1209
1210
1211
1212
1213
1214
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 1208

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

#max_resultsInteger

The maximum number of requests that you want returned.

Returns:

  • (Integer)


1208
1209
1210
1211
1212
1213
1214
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 1208

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

#next_tokenString

The token passed by previous API calls until all requested users are returned.

Returns:

  • (String)


1208
1209
1210
1211
1212
1213
1214
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 1208

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