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`.
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_token ⇒ String
The token passed by previous API requests until the maximum number of ‘AppInstance`s is reached.
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 |