Class: Aws::ElasticsearchService::Types::ListVpcEndpointsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::ListVpcEndpointsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
Container for request parameters to the ‘ListVpcEndpoints` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Identifier to allow retrieval of paginated results.
Instance Attribute Details
#next_token ⇒ String
Identifier to allow retrieval of paginated results.
3176 3177 3178 3179 3180 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3176 class ListVpcEndpointsRequest < Struct.new( :next_token) SENSITIVE = [] include Aws::Structure end |