Class: Aws::Chime::Types::ListAppInstancesResponse

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



4908
4909
4910
4911
4912
4913
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 4908

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)


4908
4909
4910
4911
4912
4913
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 4908

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