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.
3225 3226 3227 3228 3229 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3225 class ListVpcEndpointsRequest < Struct.new( :next_token) SENSITIVE = [] include Aws::Structure end |