Class: Aws::Chime::Types::ListAppInstancesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ListAppInstancesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:next_token]
Instance Attribute Summary collapse
-
#app_instances ⇒ Array<Types::AppInstanceSummary>
The information for each `AppInstance`.
-
#next_token ⇒ String
The token passed by previous API requests until the maximum number of `AppInstance`s is reached.
Instance Attribute Details
#app_instances ⇒ Array<Types::AppInstanceSummary>
The information for each `AppInstance`.
4752 4753 4754 4755 4756 4757 |
# File 'lib/aws-sdk-chime/types.rb', line 4752 class ListAppInstancesResponse < Struct.new( :app_instances, :next_token) SENSITIVE = [:next_token] include Aws::Structure end |
#next_token ⇒ String
The token passed by previous API requests until the maximum number of `AppInstance`s is reached.
4752 4753 4754 4755 4756 4757 |
# File 'lib/aws-sdk-chime/types.rb', line 4752 class ListAppInstancesResponse < Struct.new( :app_instances, :next_token) SENSITIVE = [:next_token] include Aws::Structure end |