Class: Aws::OpenSearchServerless::Types::ListVpcEndpointsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::ListVpcEndpointsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
When ‘nextToken` is returned, there are more results available.
-
#vpc_endpoint_summaries ⇒ Array<Types::VpcEndpointSummary>
Details about each VPC endpoint, including the name and current status.
Instance Attribute Details
#next_token ⇒ String
When ‘nextToken` is returned, there are more results available. The value of `nextToken` is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
1890 1891 1892 1893 1894 1895 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1890 class ListVpcEndpointsResponse < Struct.new( :next_token, :vpc_endpoint_summaries) SENSITIVE = [] include Aws::Structure end |
#vpc_endpoint_summaries ⇒ Array<Types::VpcEndpointSummary>
Details about each VPC endpoint, including the name and current status.
1890 1891 1892 1893 1894 1895 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1890 class ListVpcEndpointsResponse < Struct.new( :next_token, :vpc_endpoint_summaries) SENSITIVE = [] include Aws::Structure end |