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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 '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 ‘AppInstance`s is reached.

Returns:

  • (String)


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

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