Class: Aws::ChimeSDKIdentity::Types::ListAppInstancesResponse

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_instancesArray<Types::AppInstanceSummary>

The information for each AppInstance.

Returns:



1268
1269
1270
1271
1272
1273
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 1268

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

#next_tokenString

The token passed by previous API requests until the maximum number of AppInstances is reached.

Returns:

  • (String)


1268
1269
1270
1271
1272
1273
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 1268

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