Class: Aws::OpenSearchService::Types::ListVpcEndpointsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-opensearchservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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.

Returns:

  • (String)


5289
5290
5291
5292
5293
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5289

class ListVpcEndpointsRequest < Struct.new(
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end