Class: Aws::ElasticsearchService::Types::ListVpcEndpointsResponse

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

Overview

Container for response parameters to the ListVpcEndpoints operation. Returns a list containing summarized details of the VPC endpoints.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Provides an identifier to allow retrieval of paginated results.

Returns:

  • (String)


3193
3194
3195
3196
3197
3198
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 3193

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

#vpc_endpoint_summary_listArray<Types::VpcEndpointSummary>

Information about each endpoint.

Returns:



3193
3194
3195
3196
3197
3198
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 3193

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