Class: Aws::OpenSearchService::Types::ListVpcEndpointsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::ListVpcEndpointsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If your initial
ListVpcEndpointsoperation returns anextToken, you can include the returnednextTokenin subsequentListVpcEndpointsoperations, which returns results in the next page.
Instance Attribute Details
#next_token ⇒ String
If your initial ListVpcEndpoints operation returns a nextToken, you can include the returned nextToken in subsequent ListVpcEndpoints operations, which returns results in the next page.
5794 5795 5796 5797 5798 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5794 class ListVpcEndpointsRequest < Struct.new( :next_token) SENSITIVE = [] include Aws::Structure end |