Class: Aws::AppSync::Types::ListDomainNamesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::ListDomainNamesRequest
- Defined in:
- gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb
Overview
Note:
When making an API call, you may pass ListDomainNamesRequest data as a hash:
{
next_token: "PaginationToken",
max_results: 1,
}
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
The API token.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results that you want the request to return.
2562 2563 2564 2565 2566 2567 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2562 class ListDomainNamesRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The API token.
2562 2563 2564 2565 2566 2567 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2562 class ListDomainNamesRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |