Class: Aws::OpenSearchService::Types::ListVpcEndpointsForDomainResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.

Returns:

  • (String)


4448
4449
4450
4451
4452
4453
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4448

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

#vpc_endpoint_summary_listArray<Types::VpcEndpointSummary>

Information about each endpoint associated with the domain.

Returns:



4448
4449
4450
4451
4452
4453
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4448

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