Class: Aws::ChimeSDKIdentity::Types::ListAppInstancesRequest

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

#max_resultsInteger

The maximum number of AppInstances that you want to return.

Returns:

  • (Integer)


1250
1251
1252
1253
1254
1255
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 1250

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

#next_tokenString

The token passed by previous API requests until you reach the maximum number of AppInstances.

Returns:

  • (String)


1250
1251
1252
1253
1254
1255
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 1250

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