Class: Aws::ChimeSDKIdentity::Types::ListAppInstancesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKIdentity::Types::ListAppInstancesRequest
- Defined in:
- gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:next_token]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of
AppInstance
s that you want to return. -
#next_token ⇒ String
The token passed by previous API requests until you reach the maximum number of
AppInstances
.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of AppInstance
s that you want to return.
918 919 920 921 922 923 |
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 918 class ListAppInstancesRequest < Struct.new( :max_results, :next_token) SENSITIVE = [:next_token] include Aws::Structure end |
#next_token ⇒ String
The token passed by previous API requests until you reach the
maximum number of AppInstances
.
918 919 920 921 922 923 |
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 918 class ListAppInstancesRequest < Struct.new( :max_results, :next_token) SENSITIVE = [:next_token] include Aws::Structure end |