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)


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