Class: Aws::AppSync::Types::ListApisRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::ListApisRequest
- Defined in:
- gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results that you want the request to return.
-
#next_token ⇒ String
An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results that you want the request to return.
3608 3609 3610 3611 3612 3613 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3608 class ListApisRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.
3608 3609 3610 3611 3612 3613 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3608 class ListApisRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |