Class: Aws::OpenSearchService::Types::ListDirectQueryDataSourcesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::ListDirectQueryDataSourcesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
When ‘nextToken` is returned, there are more results available.
Instance Attribute Details
#next_token ⇒ String
When ‘nextToken` is returned, there are more results available. The value of `nextToken` is a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.
5025 5026 5027 5028 5029 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5025 class ListDirectQueryDataSourcesRequest < Struct.new( :next_token) SENSITIVE = [] include Aws::Structure end |